Thursday, November 26, 2020
1 change · master
New functionality added to Odoo
Odoo now automatically creates and refreshes inventory adjustments for recurring location checks, negative stock, and duplicate serial number situations. This helps warehouse teams spot discrepancies sooner, reduce manual follow-up, and keep reported stock levels more reliable.
Original PR description
This PR adds 3 new features: 1. The ability to set a cyclic inventory rate per internal/transit location (i.e. auto-generate an inventory adjustment) 2. An automatically generated/maintained…
This PR adds 3 new features: 1. The ability to set a cyclic inventory rate per internal/transit location (i.e. auto-generate an inventory adjustment) 2. An automatically generated/maintained inventory for negative stock quantities by warehouse 3. An automatically generated/maintained inventory for conflicting SNs by company All 3 are triggered by scheduler, but the last 2 are also triggered by clicking on the Inventory Adjustment menuitem in order to keep their contents up to date (e.g. if a conflict is resolved independently of the conflict inventory and the scheduler hasn't been run, make sure that conflict doesn't still show up in the conflict inventory and/or delete no long relevant conflict inventories). Each of these features is split by commit which contains more implementation details as well as drawbacks. Task: 2336455 Upgrade PR: odoo/upgrade#1839 Enterprise PR: odoo/enterprise#14667 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr