12.03.26
This commit is contained in:
@@ -216,6 +216,7 @@ def register():
|
||||
sale.OpenPosition,
|
||||
sale.Backtoback,
|
||||
sale.AnalyticDimensionAssignment,
|
||||
sale.PriceComposition,
|
||||
module='sale', type_='model')
|
||||
Pool.register(
|
||||
lot.LotShipping,
|
||||
|
||||
@@ -499,7 +499,7 @@ class PriceComposition(ModelSQL,ModelView):
|
||||
__name__ = 'price.composition'
|
||||
|
||||
component = fields.Char("Component")
|
||||
price = fields.Numerci("Price")
|
||||
price = fields.Numeric("Price")
|
||||
|
||||
class SaleLine(metaclass=PoolMeta):
|
||||
__name__ = 'sale.line'
|
||||
|
||||
Reference in New Issue
Block a user