07.02.26
This commit is contained in:
@@ -380,7 +380,7 @@ class Purchase(metaclass=PoolMeta):
|
||||
|
||||
if line.quantity_theorical:
|
||||
OpenPosition = Pool().get('open.position')
|
||||
OpenPosition.create_from_purchase_line(line)
|
||||
# OpenPosition.create_from_purchase_line(line)
|
||||
|
||||
#line unit_price calculation
|
||||
if line.price_type == 'basis' and line.lots: #line.price_pricing and line.price_components and
|
||||
|
||||
Reference in New Issue
Block a user