Commit Graph

14 Commits

Author SHA1 Message Date
OCA Transbot
faa9e562ff Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-13.0/stock-logistics-warehouse-13.0-stock_location_zone
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_location_zone/
2020-03-24 14:01:34 +00:00
OCA-git-bot
b7cc7b296b [UPD] README.rst 2020-03-23 12:44:09 +00:00
oca-travis
a98feb5cd5 [UPD] Update stock_location_zone.pot 2020-03-23 12:07:07 +00:00
Guewen Baconnier
9cf7fd4599 run pre-commit with new prettiers 2020-03-17 11:07:49 +01:00
Guewen Baconnier
f9eed077be [MIG] stock_location_zone: Migration to 13.0 2020-03-17 11:06:08 +01:00
Guewen Baconnier
f07e9d5d1c [IMP] stock_location_zone: black, isort 2020-03-17 11:06:08 +01:00
oca-travis
d1a05e9c0f [UPD] Update stock_location_zone.pot 2020-03-17 11:06:08 +01:00
Guewen Baconnier
a4a84bdd8c 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.
2020-03-17 11:06:08 +01:00
Guewen Baconnier
6011aae1e9 Improve performance
* Compute the 'zone' fields in the same method
* Remove the dependency on 'zone_location_id', which seems to take
  a lot of time if not an infinite loop
2020-03-17 11:06:08 +01:00
Guewen Baconnier
42bc215171 Remove unique constraint on location's name
It prevents other addons to work properly such as the vertical lift.
We remove the constraint for now, maybe to be re-introduced later in a
more permissive way.
2020-03-17 11:06:08 +01:00
Akim Juillerat
7386a85338 Rework stock_location_zone 2020-03-17 11:06:08 +01:00
Guewen Baconnier
5c727f10d5 Set Alpha development status
* Add copyright header
* Add myself as contributor of stock_location_zone
* Fix lint
2020-03-17 11:06:08 +01:00
Guewen Baconnier
35400e528e Add corrections to stock_location_zone
* Allow copy of stock locations (was blocked by constraint on unique name)
* Correct loop in _compute_name returning too early if a record had no
parent with a 'location_name_format'
* Rename field pick_type_id to picking_type_id for coherency
* Add missing _description on stock.picking.zone
* Correct location_name_format format when the record is a NewId
2020-03-17 11:06:08 +01:00
Jacques-Etienne Baudoux
fa7961a7ad [ADD] stock_location_zone 2020-03-17 11:06:08 +01:00