This commit is contained in:
2026-02-07 19:31:54 +01:00
parent 9095f3b470
commit 34166dedc6
3 changed files with 7 additions and 1 deletions

View File

@@ -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