sebalix 9bbd18b4b4 [FIX] stock_move_location: fix the 'group_lines()' method
A recordset object is not reliable enough to use as a key for the
built-in 'sorted' and 'itertools.groupby' functions (sometimes it works,
sometimes not).
Using the ID of the record (here the product ID) can fix the problem, but the
'group_lines()' has been totally rewritten for a simpler implementation without
any use of 'sorted' or 'itertools.groupby' functions to group the wizard lines
by product: an iteration on lines to fill a dictionary does the job.
2020-12-02 07:39:43 +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-10-08 21:50:29 +02:00
2020-11-01 22:33:05 +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
2020-10-08 21:50:29 +02:00
2020-10-08 21:50:29 +02:00

Runbot Status Build Status codecov Translation Status

stock-logistics-warehouse

TODO: add repo description.

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.

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%