Files
stock-logistics-warehouse/stock_location_package_restriction/readme/USAGE.rst
Jacques-Etienne Baudoux 8bb53050df stock_location_package_restriction: add nopackage
Allow to configure that you don't want a package on the location.
Refactor code.
2024-06-11 13:06:56 +02:00

15 lines
606 B
ReStructuredText

Configure on the location the package restriction.
The options are:
* False (not set): No restriction, the location can contain products with and
without package
* Forbidden: The location cannot have products part of a package
* Mandatory and unique: The location cannot have products not part of a
package and you cannot have more than 1 package on the location
* Mandatory and not unique: The location cannot have products not part of a
package and you may store multiple packages on the location
When the module is installed, by default there is no restriction on the locations.