mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[IMP] add translate on field name of the class claim_rma_case
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user