Files
stock-logistics-warehouse/stock_reserve_rule/models/__init__.py
Guewen Baconnier f5b3d4dec1 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.
2023-07-14 09:20:30 +02:00

5 lines
113 B
Python

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