Wednesday, April 14, 2021
1 change · master
New functionality added to Odoo
This change adds location categories so warehouses can guide where products should be stored based on capacity, weight, mixing rules, and whether a location must be empty. It also improves automatic putaway decisions by reusing suitable previous destinations or selecting an allowed location category, while avoiding incorrect parent-location rule matches.
Original PR description
Add a new model stock.location.category, now we can assign a category to
a location. The category can contain information like max product
weight, whether the location can store mixed product, and if we only
want to use the location when it's empty.
On the product and product category form, we can assign them allowed
location categoty (with sequence). For product, we can also specify the
max number we can store in the allowed categories.
Now the putaway rule can be automatic, when a automatic putaway rule is
applied, it will first find previous destination location. If there is
none or all are full (according to the setting on the product and
location categoty), we use the allowed location category to find a
suitable location.
Task 2341820
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr