This commit is contained in:
2026-03-16 22:04:21 +01:00
parent f32cce6177
commit c8bbf9a12e

View File

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