Tuesday, September 8, 2020
2 changes · master
Resolved issues and error corrections
This fixes an inventory issue where merging stock quantities could leave outdated data in the system cache. Keeping the cache properly refreshed helps prevent incorrect inventory information from appearing after stock records are consolidated.
Original PR description
**Description of the issue/feature this PR addresses:** Merge quant can delete some quant by direct SQL (without using unlink()). The cache is not cleared. @nim-odoo @jco-odoo Note : can be merged in master. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an inventory issue where merging stock quantities could leave outdated information in the system cache. Businesses benefit from more reliable inventory data after stock consolidation operations.
Original PR description
**Description of the issue/feature this PR addresses:** Merge quant can delete some quant by direct SQL (without using unlink()). The cache is not cleared. @nim-odoo @amoyaux -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr