[tryton-dev] account_invoice: Add missing Active Record migration. (issue 742002)

2013-03-26 Thread udo . spallek
Reviewers: , Please review this at http://codereview.tryton.org/742002/ Affected files: M invoice.py Index: invoice.py === --- a/invoice.py +++ b/invoice.py @@ -905,17 +905,17 @@ class Invoice(Workflow, ModelSQL, ModelV

[tryton-dev] party: Add missing Active Record migration. (issue 743002)

2013-03-26 Thread udo . spallek
Reviewers: , Please review this at http://codereview.tryton.org/743002/ Affected files: M category.py Index: category.py === --- a/category.py +++ b/category.py @@ -45,17 +45,17 @@ class Category(ModelSQL, ModelView):

[tryton-dev] product: Add Function field type on product as some fields could depend on (issue 743003)

2013-03-26 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/743003/ Affected files: M product.py Index: product.py === --- a/product.py +++ b/product.py @@ -13,6 +13,11 @@ 'readonly': ~Eval('active', True), }

[tryton-dev] trytond: Add test for unknown fields in test_depends (issue 745002)

2013-03-26 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/745002/ Affected files: M trytond/tests/test_tryton.py Index: trytond/tests/test_tryton.py === --- a/trytond/tests/test_tryton.py +++

[tryton-dev] tryton: o2m-records changed by on_change (issue 744002)

2013-03-26 Thread cedric . krier
LGTM http://codereview.tryton.org/744002/

[tryton-dev] tryton: Fix group loading when using '*' (issue 744003)

2013-03-26 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/744003/ Affected files: M tryton/gui/window/view_form/model/record.py Index: tryton/gui/window/view_form/model/record.py === ---