Friday, June 21, 2024
4 changes · 17.0
Enhancements to existing features
This update adds automated checks for confirming sale orders when customers make partial payments. It helps ensure the payment-based confirmation flow keeps working reliably and reduces the risk of sales process regressions.
Original PR description
Adding tests to ensure that the feature that allows to automatically confirm sale orders through partial payments work correctly. See Task - 2672713 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website header’s mobile menu button now follows the chosen text color when the header is placed over page content, preventing it from disappearing on certain backgrounds. In edit mode, the button is also no longer covered by an unnecessary overlay, making mobile preview and editing clearer.
Original PR description
**[IMP] website: match navbar toggler color to overlay header text color** Before this commit, the navbar hamburger button didn't have the same color as the text color defined for the "Over The…
**[IMP] website: match navbar toggler color to overlay header text color** Before this commit, the navbar hamburger button didn't have the same color as the text color defined for the "Over The Content" header, which led to situations where it wasn't visible. Steps to reproduce: - Go to the website edit mode. - Click on the header and choose "Over The Content" for the "Header Position" option. - Use the color picker to set the "Text Color" option to white. - Drag and drop a "Text-Image" snippet onto the page. - Apply a dark background color to the "Text-Image" snippet. - Click on the "Mobile Preview" button. => The navbar hamburger button is not visible in the header. After this commit, the navbar hamburger button in the "Over The Content" header matches the color of the header's text. task-3853573 --------------------------------- **[FIX] website: hide the overlay on the mobile menu navbar toggler** Before this commit, after clicking on the mobile menu navbar toggler in Website edit mode, the blue overlay was covering the button. This commit fixes this. Indeed, this element is not editable, so there's no need for an overlay on it. task-3853573
Survey live session charts now tilt labels to make longer answer options easier to read. This improves the presentation of live survey results during sessions, especially when responses have longer text.
Original PR description
**Description of the issue/feature this PR addresses:** This PR addresses the orientation of chart labels in survey live session. Previously, chart labels in the survey live session struggled to display longer labels effectively. Labels are now tilted by min 20 degrees for better visibility and display of longer labels in survey live sessions chart. **Task**-3884116
This update refreshes the translation file for the account follow-up module to reflect recent changes made to an email template. The translation file (POT) has been re-exported to ensure all text in the updated email template is properly available for translation across different languages and databases.
Original PR description
Followup to https://github.com/odoo/enterprise/pull/55497 re-export pot file ~~Note that because the template was changed in stable, we would prefer to keep the old template + add the new template to avoid missing translations for dbs that already have the old template loaded into them (i.e. keep the old translations), but this isn't possible due to them being model translations and duplicate entries for a model can cause issues for translations.~~ opw-3975990 Forward-Port-Of: odoo/enterprise#65134 Forward-Port-Of: odoo/enterprise#64788