Guewen Baconnier 38b60fbbf7 Add area location relation
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.
2021-02-10 21:42:11 +07:00
2021-02-09 15:46:34 +00:00
2021-01-26 16:33:25 +00:00
2020-10-08 21:50:29 +02:00
2020-10-08 21:50:29 +02:00
2020-10-08 21:50:29 +02:00
2020-10-08 21:50:29 +02:00
2020-10-08 21:50:29 +02:00
2020-11-01 22:33:05 +01:00
2020-12-11 20:21:16 +01:00
2020-10-08 21:50:29 +02:00
2020-10-08 21:50:29 +02:00
2020-10-08 21:50:29 +02:00
2021-02-09 15:46:50 +00:00

Runbot Status Build Status codecov Translation Status

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
Odoo Warehouse Management Addons
Readme 142 MiB
Languages
HTML 50.9%
Python 48.2%
JavaScript 0.8%
SCSS 0.1%