Files
stock-logistics-warehouse/stock_reserve_rule/models/__init__.py
Guewen Baconnier 89e4ea230f Fix application of removal rules too broad
Example of configuration:

Rule location: Stock
Removal rule 1: Stock/Zone1
Removal rule 2: Stock/Zone2

Reservation of a stock move with Stock/Zone2 as source location.

Previously, it would reserve in Stock/Zone1.
Now, it will never be allowed to reserve in Stock/Zone1.

A warning message was added previously to warn the user about potential
issues, which is now obsolete so I removed it.
2020-05-15 08:03:12 +02:00

5 lines
113 B
Python

from . import stock_move
from . import stock_location
from . import stock_quant
from . import stock_reserve_rule