20.03.26
This commit is contained in:
@@ -136,7 +136,7 @@ class Product(ModelSQL,ModelView):
|
|||||||
__name__ = 'price.product'
|
__name__ = 'price.product'
|
||||||
price = fields.Many2One('price.price',"Price index")
|
price = fields.Many2One('price.price',"Price index")
|
||||||
product = fields.Many2One('product.product',"Product")
|
product = fields.Many2One('product.product',"Product")
|
||||||
attribute = fields.Many2One('product.attribute',"Attribute",domain=[
|
attributes = fields.Many2One('product.attribute',"Attribute",domain=[
|
||||||
('sets', '=', Eval('attribute_set')),
|
('sets', '=', Eval('attribute_set')),
|
||||||
],
|
],
|
||||||
states={
|
states={
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<form>
|
<form>
|
||||||
<label name="product"/>
|
<label name="product"/>
|
||||||
<field name="product"/>
|
<field name="product"/>
|
||||||
<label name="attribute"/>
|
<label name="attributes"/>
|
||||||
<field name="attribute"/>
|
<field name="attributes"/>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user