Skip to content
Snippets Groups Projects
Commit 3f77197eaa56 authored by alorimier's avatar alorimier
Browse files

Add string to display the name of the field Dimension during the import

parent ef3c583d85ca
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
_columns = dict(
name=fields.char("Name", size=128, translate=True, required=True),
nd_id=fields.many2one(
"analytic.dimension", ondelete="restrict"),
"analytic.dimension", "Dimensions", ondelete="restrict"),
active=fields.boolean('Active'),
nd_name=fields.related('nd_id', 'name', type="char",
string="Dimension Name", store=False),
......
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