Daily updates from Odoo
Navigate
Branch
Thursday, March 1, 2018
7 changes
New functionality added to Odoo
A new enterprise setting lets administrators hide the accounting setup bar. This gives businesses more control over the accounting interface once setup guidance is no longer needed.
Original PR description
Description of the issue/feature this PR addresses: Task ID: https://www.odoo.com/web?#id=38737&view_type=form&model=project.task&action=327&menu_id=4720 PAD ID: https://pad.odoo.com/p/r.0a035006ed129691ccddcd17e8525d5d 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
Enhancements to existing features
This update corrects awkward mixed French-English wording in the Accounting module. It makes statements clearer and more professional for users without changing accounting behavior.
Original PR description
Description of the issue/feature this PR addresses: Frenglish statement in the accounting module Current behavior before PR: Frenglish statement in the accounting module Desired behavior after PR is merged: No more Frenglish but nice English! Fixes https://github.com/odoo/odoo/issues/22769 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves the accounting configuration experience by refining setup steps, adding fiscal localization to company setup, and making bank account access more direct. It also filters accounting entries and reconciliation information based on the selected fiscal year date, helping users focus on relevant data.
Original PR description
Description of the issue/feature this PR addresses: Task ID: https://www.odoo.com/web?#id=38737&view_type=form&model=project.task&action=327&menu_id=4720 PAD ID: https://pad.odoo.com/p/r.0a035006ed129691ccddcd17e8525d5d 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
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
Features or functions removed from Odoo
This update removes changes that were mistakenly included in the master branch from earlier versions. It helps keep the branch aligned with the intended product direction and reduces the risk of carrying forward unwanted behavior.
Original PR description
Description of the issue/feature this PR addresses: This PR deletes changes done in previous versions that should not be ported to `master` branch. Current behavior before PR: `master` branch contains changes that should not have. Desired behavior after PR is merged: `master` branch have all the desired changes. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr cc: @KangOl @mart-e