This commit is contained in:
2026-03-20 14:29:46 +01:00
parent 260300681f
commit 73eeee0f72
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ class Product(ModelSQL,ModelView):
) )
attributes_name = fields.Function( attributes_name = fields.Function(
fields.Char("Details"), fields.Char("Attribute"),
'on_change_with_attributes_name' 'on_change_with_attributes_name'
) )

View File

@@ -1,5 +1,5 @@
<tree> <tree>
<field name="price"/> <field name="price"/>
<field name="product"/> <field name="product"/>
<field name="attributes_name"/> <field name="attributes"/>
</tree> </tree>