Tuesday, May 21, 2024
6 changes · master
Resolved issues and error corrections
The email mailing editor no longer shows an unnecessary blank area below the customization panel when starting from an empty template. This creates a cleaner editing experience and makes better use of the available screen space.
Original PR description
**Current behaviour before commit:** Steps to reproduce: 1) Create a new mailing. 2) Put 'start from scratch' template, remain it empty. 3) Switch to customize tab at right panel Notice that there is empty space below the panel. **Desired behaviour after commit:** There should be no empty space and it should occupy full height. task-3869580 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The timesheets portal now hides the Sales Order Item label when entries are already grouped that way, reducing duplicate or confusing information. It also aligns total time correctly when timesheets are grouped by parent task, improving readability for portal users.
Original PR description
In the timesheets portal view, the "Sales Order Item" label's display condition is wrong, leading to the label being displayed even if the timesheets are grouped by sales order item. The colspan when grouped by parent_task_id was also wrong, leading to the total time being displayed on the wrong column. This PR fixes both these issues. task-3908810
This update corrects small issues introduced by a recent change in Stripe express checkout and website checkout flows. It helps keep online purchases working smoothly and reduces the risk of customers encountering checkout errors.
Original PR description
Fix bugs introduced in 8e2b6ce
Replacing an outdated website snippet now completes correctly, so the old snippet controls disappear and the new snippet is properly prepared. This prevents confusing editor behavior for users updating website content.
Original PR description
Steps to reproduce: - Go to website and add a text snippet with `data-vxml="001"` to trigger the "outdated snippet" notification. - Click on the "REPLACE BY NEW VERSION" button to add the "new snippet". - The options section of the old snippet is still visible (with the "outdated" notification), and the new snippet will have the `"oe_snippet_body"` class in the DOM (previous promise not resolved). The goal of this commit is to simply fix a small typo (after [1]) that prevents the snippet drop post-processing code from being executed. [1]: https://github.com/odoo/odoo/commit/91293fe4a8125f65cd7e5f487aacbc62c35c0f74 related to task-3880391
The website shop now shows the correct availability message in product snippets. This prevents customers from seeing an incorrect 'not available for sale' notice when a product can actually be purchased.
Original PR description
Introduced by d0eb0a9cfe7e86c8f4120289041fc876629df51e, we were wrongly displaying the 'not available for sale' message when it was available. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes the rental search date fields so clicking the calendar icon opens the date picker as expected. It restores a small but important convenience for customers selecting rental dates, reducing friction during booking.
Original PR description
Since commit [1] the calendar icon in input group date is not clickable anymore and does not open the date picker anymore. See community counterpart for more details. [1]: https://github.com/odoo/odoo/commit/910897fc97d87b08f01627094ec8c159f5267628