main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 73eeee0f72 - Show all commits

View File

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

View File

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