Bug Valuation

This commit is contained in:
2026-06-10 14:13:48 +02:00
parent 925fdfd32b
commit de8310891b

View File

@@ -1256,6 +1256,7 @@ class ValuationBase(ModelSQL):
Date = Pool().get('ir.date')
Currency = Pool().get('currency.currency')
FeeLots = Pool().get('fee.lots')
LotQt = Pool().get('lot.qt')
for lot in cls._valuation_lots(sale_line):
if cls._ignore_empty_open_fee_lot(lot):