This commit is contained in:
2026-01-20 11:25:29 +01:00
parent 5df6378e80
commit 51a512e568

View File

@@ -100,7 +100,7 @@ class AutomationCron(ModelSQL, ModelView):
) = row
logger.info("ROW_FROM_CRON:%s",row)
Location = Pool().get('stock.location')
Vessel = Pool().get('stock.vessel')
Vessel = Pool().get('trade.vessel')
Party = Pool().get('party.party')
ShipmentIn = Pool().get('stock.shipment.in')
shipment = ShipmentIn.search(['reference','=',si_number])