Daily updates from Odoo
Thursday, April 18, 2019
2 changes · master
Resolved issues and error corrections
The stock product form now calculates quantity on hand using the same logic as the detailed stock list. This prevents mismatched inventory figures between the summary button and the underlying records, improving confidence in stock data.
Original PR description
On the product form view, the stat button computing the quantity on hand
doesn't give the same result as the quants list triggered by this button
- What's displayed in the stat button of the quantity on hand ?
1 get the view location of all the warehouses
2 built the generation tree from the view locations
3 get all the quants for those locations
- What's displayed in the quants list of the quantity on hand ?
1 get all the quants stored in internal locations
This commit share the same logic for those two views, by building the
generation tree for the view location then filter on internal locations
Task : 1929515
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prA typo in a Belgium payroll settings file was corrected to prevent settings pages from crashing when opened. This helps users access configuration screens reliably across apps.
Original PR description
The clickEverywhere test crashes when clicking on the crm/configuration/settings menu. 41a8e9b58 cherry-picked an xml with a typo. Unfortunately, even if the xml is valid, it crashes the form renderer when accessing the settings from any app.