[tryton-dev] trytond: Skip empty arch when searching other strings of same model (issue397006)

2012-06-15 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/397006/ Affected files: M trytond/ir/ui/view.py Index: trytond/ir/ui/view.py === --- a/trytond/ir/ui/view.py +++ b/trytond/ir/ui/view.py @@ -140,7 +140,10 @@

[tryton-dev] Tryton: Add context transaction to reports for issue2656 (issue399003)

2012-06-15 Thread oscar . alvarez . montero
Reviewers: , Please review this at http://codereview.tryton.org/399003/ Affected files: M tryton/gui/window/form.py Index: tryton/gui/window/form.py === --- a/tryton/gui/window/form.py +++ b/tryton/gui/window/form.py @@

[tryton-dev] Re: Test upload.py (issue390003)

2012-06-15 Thread Oscar Andres Alvarez Montero
Please ignore this mail, I found a bug in 'upload.py' and I am trying solved, sorry don't occur again. 2012/6/15 oscar.alvarez.mont...@gmail.com Reviewers: , Please review this at http://codereview.tryton.org/**390003/http://codereview.tryton.org/390003/ Affected files: M

[tryton-dev] company_work_time: Active Record (issue397007)

2012-06-15 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/397007/ Affected files: M __init__.py M company.py M res.py Index: __init__.py === --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,13 @@ #This file is part

[tryton-dev] tryton: Don't fail on unknow font family (issue399004)

2012-06-15 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/399004/ Affected files: M tryton/gui/window/view_form/view/form_gtk/richtextbox.py Index: tryton/gui/window/view_form/view/form_gtk/richtextbox.py === ---