mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
38b60fbbf72fc8d89514f795bcead432b974dd33
So we can use it in group-by and filters. Note that we can have several levels of areas... only the top-level will be used. This commit fixes the computed field dependencies: _compute_location_kind should have a dependency on both it's parent's location_kind and on its child_ids to know if we are in a bin. This can't work without triggering an infinite loop. The trick used here is to split the computation of 'zone_location_id + area_location_id' in one computed method, and move the computation of the kind in a different method with triggers an the current record's zone_location + area_location_id, but not on the parent. Plus the zone_location_id and area_location_id do not depend anymore on the parent's kind, which is the reason for the infinite loop.
stock-logistics-warehouse
TODO: add repo description.
Available addons
| addon | version | summary |
|---|---|---|
| stock_available | 14.0.1.0.1 | Stock available to promise |
| stock_free_quantity | 14.0.1.0.0 | Stock Free Quantity |
| stock_inventory_include_exhausted | 14.0.1.0.0 | It includes the option for adding products exhausted on the inventories. |
| stock_move_location | 14.0.1.0.0 | This module allows to move all stock in a stock location to an other one. |
| stock_packaging_calculator | 14.0.1.0.1 | Compute product quantity to pick by packaging |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to OCA
policy. Consult each module's __manifest__.py file, which contains a license key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Description
Languages
HTML
50.9%
Python
48.2%
JavaScript
0.8%
SCSS
0.1%