20.03.26
This commit is contained in:
@@ -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'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user