mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
09cf0cc3f2b4160564fa817d4377c686d3178980
Record rules used to not be checked on stock quants, but now they are since Odoo's commit 2fd14db57433d08ab368a7e18d18ae8d49dafab1 (https://github.com/odoo/odoo/commit/2fd14db). In our test we changed the company of the products and BoMs but we neglected that the stock was not attached to the right company, and that made the test fail. To fix that, make the test inventory for the right company. Since there is a little inconsistency in the demo data with a negative quantity of an unrelated product, use the `partial` filter for the inventories instead of the `none` filter, so that no wrong inventory lines are added automatically.
Odoo Stock Logistics Warehouse
This project aim to deal with modules related to the management of warehouses. You'll find modules that:
- Ease inventory by adding various possibilities
- Move all product from one location to another
- Manage the product catalog (merge them,..)
Please don't hesitate to suggest one of your module to this project. Also, you may want to have a look on those other projects here:
Description
Languages
HTML
50.9%
Python
48.2%
JavaScript
0.8%
SCSS
0.1%
