14.02.26
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user