From c8bbf9a12ea89151ebc4f4c07e4404ef19788275 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 16 Mar 2026 22:04:21 +0100 Subject: [PATCH] 16.03.26 --- modules/purchase_trade/fee.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/purchase_trade/fee.py b/modules/purchase_trade/fee.py index 563c459..4c44b85 100755 --- a/modules/purchase_trade/fee.py +++ b/modules/purchase_trade/fee.py @@ -131,6 +131,7 @@ class Fee(ModelSQL,ModelView): qt = sum([e.get_current_quantity_converted(0,self.unit) for e in line.lots]) unit = line.lots[0].lot_unit_line logger.info("ON_CHANGE_WITH_QT0:%s",qt) + logger.info("ON_CHANGE_WITH_SI:%s",self.shipment_in) if self.shipment_in: Lot = Pool().get('lot.lot') lots = Lot.search([('lot_shipment_in','=',self.shipment_in.id)])