mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Add stock_picking_consolidation_priority
This module adds an option "Raise priority when partially available" on operation types. When the option is set on an operation type, the first time a packing operation is made partially available (goods have been moved for instance from a picking), all the other moves that will bring goods for the same packing transfer have their priority raised to "Very Urgent". If the moves that bring goods to the packing transfer involves a chain of several moves, all the moves of the chain have their priority raised.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../../../../stock_picking_consolidation_priority
|
||||
6
setup/stock_picking_consolidation_priority/setup.py
Normal file
6
setup/stock_picking_consolidation_priority/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user