Skip to content
Snippets Groups Projects
Commit 94a3dd60 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Add translate to subdivision name

issue1902
parent 54d57547
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
_description = __doc__
country = fields.Many2One('country.country', 'Country',
required=True, select=1)
name = fields.Char('Name', required=True, select=1)
name = fields.Char('Name', required=True, select=1, translate=True)
code = fields.Char('Code', required=True, select=1)
type = fields.Selection([
('administration', 'Administration'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment