Maxime Richez
2018-02-06 14:20:04 UTC
Hi,
Is there a problem to split moves on shipments in ?
For example, we receive an order of 1000000 items packaged in 10 boxes... we would like to assign a lot number on each received box before internal shipment (we need to prepare lot creation (which is complex) before shipment in).
We saw in stock_split module code, this is not active for shipment in, is there any reason ?
Could we just add this code :
class ShipmentIn(_ShipmentSplit):
__metaclass__ = PoolMeta
__name__ = 'stock.shipment.out'
Thanks !
Is there a problem to split moves on shipments in ?
For example, we receive an order of 1000000 items packaged in 10 boxes... we would like to assign a lot number on each received box before internal shipment (we need to prepare lot creation (which is complex) before shipment in).
We saw in stock_split module code, this is not active for shipment in, is there any reason ?
Could we just add this code :
class ShipmentIn(_ShipmentSplit):
__metaclass__ = PoolMeta
__name__ = 'stock.shipment.out'
Thanks !
--
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/625f1402-a56e-4606-8fb0-4e5811329a85%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/625f1402-a56e-4606-8fb0-4e5811329a85%40googlegroups.com.