Monday, February 15, 2021
5 changes · master
Enhancements to existing features
The website membership area now keeps an internal lookup method private instead of publicly accessible. This reduces unnecessary exposure and supports safer handling without changing normal user-facing membership features.
Original PR description
No sensitive information is releaved when querying this method but no reason to let it public either. Better safe than sorry.
This change adds clear internal labels to the main parts of a large sales timesheet view, making it easier and safer for future customizations to target the right sections. It helps reduce the risk of errors when other modules or customer-specific changes build on this screen.
Original PR description
Description of the issue/feature this PR addresses: Allow easier and safer `xpath` expressions. Current behavior before PR: As the view is huge and quite some HTML elements are used a few times (table for example) it is risky to do operations on this view. Especially since some enterprise modules build further on this. Desired behavior after PR is merged: After this commit all major elements have a name which allow easy xpathing for inheritance. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website paragraphs using the lead style now use an 18px font size, matching a standard choice in the editor. This makes the selected size show correctly when editing and reduces confusion for users adjusting page text.
Original PR description
Currently, when you edit a paragraph with the lead class, the font-size is set to 17px. This value is not available in the font-size dropdown of the editor. So no value is set as active (checked). With this change, the lead font-size will now be 18px and match a default value from the editor. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enterprise modules have been aligned with recent changes in Odoo's web platform so they continue to work correctly with updated JavaScript assets. This keeps document management, spreadsheets, dashboards, mobile search panels, and Studio reporting compatible with the latest core improvements.
Original PR description
Community PR :https://github.com/odoo/odoo/pull/63177
The Peruvian electronic invoicing module now depends on the current accounting EDI module after related modules were merged. This keeps the module aligned with the platform structure and reduces maintenance issues without changing day-to-day business workflows.
Original PR description
…nt_edi ... since both modules have been merged See https://github.com/odoo/odoo/pull/65745