Thursday, July 30, 2020
4 changes · master
Enhancements to existing features
Odoo now supports application-level menus that both open a default action and contain submenus. This restores a valid menu setup for apps and prevents configuration rules from rejecting these root menus.
Original PR description
Reported by VFE, odoo/odoo#54564 missed one of the use cases in menus: normally a menu can have *either* sub-menus or an actions (aka only "leaf" menu items can have actions), however there's an exception for root menus ("application" menu): those can have an action, which is the action executed when entering the application itself.
Since there was already a special case for root menus (allowing a web_icon), expand this to allow both submenus and an action.
For the two alternatives (submenu items or menuitems with a parent attribute), extract the old pattern and reuse it.This update improves how a stock validation error is shown to users. The clearer message helps warehouse staff understand the issue faster and take the right action without confusion.
Original PR description
Before this commit, This validation message was not displayed properly. (See https://nimb.ws/zYBLvh ) Now we are displaying validation error Properly. 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 website builder’s snippet library now has refreshed thumbnail images and clearer snippet names across several website-related apps. This makes it easier for users to recognize building blocks and choose the right content elements when creating pages or emails.
Original PR description
New thumbs for the snippets library -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Updated the Belgian payroll accounting test setup to reflect consultant feedback on accounting setup, demo data, journal numbering, payment status, and bank statements. This improves the reliability and realism of payroll accounting validation without changing day-to-day business workflows.
Original PR description
Clean various feedbacks reported by consultants WTA/CTH. It concerns namely : - CoA - DEMO DATA - SEQUENCE NUMBER ON JOURNALS - PAYMENT STATUS - BANK STATEMENTS Task ID: #2300936 Community PR : [54874](https://github.com/odoo/odoo/pull/54874)