Daily updates from Odoo
Tuesday, January 9, 2018
2 changes
Enhancements to existing features
This update adds automated checks for how manufacturing equipment efficiency is calculated. It helps reduce the risk of future changes breaking production performance reporting, with no direct change for day-to-day users.
Original PR description
Task : https://www.odoo.com/web#id=31232&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad : https://pad.odoo.com/p/r.9f852892558ba8efaf7d490ccc27da05 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 updates accounting configuration by making bank and cash account code prefixes mandatory in chart of account templates. It also simplifies tax adjustment handling by folding it into the standard tax usage setup, helping localization data stay more consistent across countries.
Original PR description
remove:
- tax_adjustement in taxes
add:
- bank_account_code_prefix / cash_account_code_prefix required fields in COA
- task: https://www.odoo.com/web#id=35730&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr