07.02.26
This commit is contained in:
@@ -243,7 +243,7 @@ class PriceMatrixLine(ModelSQL, ModelView):
|
|||||||
destination = fields.Many2One('stock.location', "Destination")
|
destination = fields.Many2One('stock.location', "Destination")
|
||||||
|
|
||||||
product = fields.Many2One('product.product', "Product")
|
product = fields.Many2One('product.product', "Product")
|
||||||
quality = fields.Many2One('product.quality', "Quality")
|
quality = fields.Many2One('product.category', "Quality")
|
||||||
|
|
||||||
price_value = fields.Numeric("Price", digits=(16, 6))
|
price_value = fields.Numeric("Price", digits=(16, 6))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user