Reviewers: ,


Please review this at http://codereview.tryton.org/48003/

Affected files:
  M category.py


Index: category.py
===================================================================
--- a/category.py
+++ b/category.py
@@ -14,7 +14,7 @@
     "Category"
     _name = "party.category"
     _description = __doc__
-    name = fields.Char('Name', required=True, states=STATES)
+ name = fields.Char('Name', required=True, states=STATES, translate=True)
     parent = fields.Many2One('party.category', 'Parent',
            select=1, states=STATES)
     childs = fields.One2Many('party.category', 'parent',


--
[email protected] mailing list

Reply via email to