Thursday, July 8, 2021
8 changes · master
Enhancements to existing features
The website editor now shows the scroll-down button option only when a section is set to full height. This keeps editing choices clearer and avoids offering a button setting when it would not apply.
Original PR description
- Show "scroll down button" only when height is 100%. - Make the "scroll down button" a child of "height" option. task-2471323 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Accounting settings screen now gives the chart template field more room to display longer values. This makes configuration easier to read and reduces wasted space in the settings layout.
Original PR description
Lots of unused space and the values can be long sometimes [task-2526878](https://www.odoo.com/web#cids=1&id=2526878&model=project.task) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update renames an internal website setup field to better reflect how website feature suggestions are chosen. It clarifies that preselected options now consider both the type of website and its intended purpose, helping keep configuration logic aligned with the business flow.
Original PR description
Rename field website_type_preselection to website_config_preselection since feature preselection is not only based on website type anymore but also on website purpose. task-2518565 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
The revert button in grouped accounting move lines now uses an undo icon instead of a refresh icon. This makes the action easier to recognize and aligns it with similar banking screens, reducing confusion for users.
Original PR description
The current icon used by the revert button on account.move.lines group by view is a refresh icon. Change it by an undo icon like on the bank statement lines. Task id #2585445 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website setup configuration now uses a broader field name that better reflects how options are preselected. This keeps the system aligned with the current setup flow, where choices depend on both website type and purpose.
Original PR description
Rename field website_type_preselection to website_config_preselection since feature preselection is not only based on website type anymore but also on website purpose. task-2518565
The asset management screens now provide clearer tooltip guidance for the proration setting. This helps users better understand how asset depreciation timing is calculated, reducing confusion during asset setup.
Original PR description
[task-2534565](https://www.odoo.com/web#id=2534565&model=project.task)
Helpdesk-related accounting reversals now automatically use the same journal type as the original accounting entry. This prevents errors when creating reversals and keeps financial records consistent with the source transaction.
Original PR description
"journal_id" is now required on move reversals. Add move ids to context to set default journal in view Task: 2497529 community PR: https://github.com/odoo/odoo/pull/72431
The Belgian payroll CP category field is now hidden on job forms for companies outside Belgium, keeping HR screens cleaner and more relevant. Referral-related job listings continue to respect the intended sequence order when the referral app is installed.
Original PR description
Hide cp category in the hr.job form view outside of belgian companies Task ID: 2581595