[IMP] add translate on field name of the class claim_rma_case

This commit is contained in:
Benoit Guillot
2012-09-19 18:55:23 +02:00
parent 47ff1f5820
commit 7e328093da

View File

@@ -339,7 +339,7 @@ class claim_rma_case(osv.osv):
_description = "List of RMA cases"
_columns = {
'name': fields.char('Description', size=64, required=True),
'name': fields.char('Description', size=64, required=True, translate=True),
}
_defaults = {