20.01.26
This commit is contained in:
@@ -100,7 +100,7 @@ class AutomationCron(ModelSQL, ModelView):
|
|||||||
) = row
|
) = row
|
||||||
logger.info("ROW_FROM_CRON:%s",row)
|
logger.info("ROW_FROM_CRON:%s",row)
|
||||||
Location = Pool().get('stock.location')
|
Location = Pool().get('stock.location')
|
||||||
Vessel = Pool().get('stock.vessel')
|
Vessel = Pool().get('trade.vessel')
|
||||||
Party = Pool().get('party.party')
|
Party = Pool().get('party.party')
|
||||||
ShipmentIn = Pool().get('stock.shipment.in')
|
ShipmentIn = Pool().get('stock.shipment.in')
|
||||||
shipment = ShipmentIn.search(['reference','=',si_number])
|
shipment = ShipmentIn.search(['reference','=',si_number])
|
||||||
|
|||||||
Reference in New Issue
Block a user