Daily updates from Odoo
Thursday, March 1, 2018
3 changes
Resolved issues and error corrections
This fix removes the use of an outdated decimal precision setting that no longer exists. It helps ensure amounts are rounded consistently in accounting entries, assets, point of sale orders, and landed costs.
Original PR description
…mal places The decimal precision 'Account' has been removed in v9, and therefore it should not be used anymore. opw-1819517 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-pr
This change removes unnecessary test helper code in the web module to make automated unit tests run faster. It is an internal cleanup that helps developers get quicker feedback without changing the product experience for users.
Original PR description
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-pr
This fixes how the Mexican electronic invoicing module handles decimal precision for invoices and payments. It removes reliance on an outdated precision setting, helping avoid calculation or validation issues in affected accounting workflows.
Original PR description
The decimal precision 'Account' has been removed in v9, and therefore it should not be used anymore. opw-1819517