mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
0c13559b672d323fe5b718c90fd062336883fbb4
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 | maintainers | summary |
|---|---|---|---|
| account_move_line_product | 17.0.1.0.0 | Displays the product in the journal entries and items | |
| base_product_merge | 17.0.1.0.0 | ![]() |
Merge duplicate products |
| scrap_reason_code | 17.0.1.0.1 | ![]() |
Reason code for scrapping |
| stock_archive_constraint | 17.0.1.0.0 | ![]() |
Stock archive constraint |
| stock_change_qty_reason | 17.0.1.0.0 | Stock Quantity Change Reason | |
| stock_demand_estimate | 17.0.1.1.0 | Allows to create demand estimates. | |
| stock_helper | 17.0.1.1.0 | Add methods shared between various stock modules | |
| stock_inventory | 17.0.1.2.0 | Allows to do an easier follow up of the Inventory Adjustments | |
| stock_inventory_discrepancy | 17.0.1.1.0 | Adds the capability to show the discrepancy of every line in an inventory and to block the inventory validation when the discrepancy is over a user defined threshold. | |
| stock_location_lockdown | 17.0.1.0.0 | Prevent to add stock on locked locations | |
| stock_mts_mto_rule | 17.0.1.0.0 | Add a MTS+MTO route | |
| stock_packaging_calculator | 17.0.1.0.0 | Compute product quantity to pick by packaging | |
| stock_picking_volume | 17.0.1.0.0 | ![]() |
Compute volume information on stock moves and pickings |
| stock_removal_location_by_priority | 17.0.1.0.0 | Establish a removal priority on stock locations. | |
| stock_reserve | 17.0.1.0.0 | Stock reservations on products | |
| stock_warehouse_calendar | 17.0.1.0.0 | ![]() |
Adds a calendar to the Warehouse |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (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%





