main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 8ee9354327 - Show all commits

View File

@@ -348,7 +348,7 @@ class Sale(metaclass=PoolMeta):
for l in line_p:
#compute pnl
Pnl = Pool().get('valuation.valuation')
Pnl.generate(l)
Pnl.generate(l.lot_p.line)
# if line.quantity_theorical:
# OpenPosition = Pool().get('open.position')