Thursday, February 15, 2024
4 changes · master
Resolved issues and error corrections
This fixes an unstable automated test related to contact availability status in the mail app. The change helps keep internal quality checks reliable, reducing false failures during development and release validation.
Original PR description
Recently, the `change icon on change partner im_status` test was sometimes failing. This is due to the `advanceTime` helper not being awaited. Indeed, if the `contains` helper resolves before the end of the `advanceTime` one, the state is broken and the test breaks. This PR solves this issue by properly awaiting the calls made to `advanceTime`. fixes runbot-57474
Sales report entries linked to completed point of sale orders no longer trigger an error when opened. This ensures users can review paid POS orders from sales reporting without interruption.
Original PR description
Current behavior: When clicking on a line of sale report concerning a pos done order, you get an error because the "done" status is not in the selection options. Steps to reproduce: - Go to POS - Create a new order - Pay the order - Go to backend - Go to Sales > Reporting > Sales - Swap the graph to "Bar Grap" - Click on the bar representing the order you just created - Click on the Order you just made - You get an error opw-3686171 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Invitation emails now respect the custom button color chosen in email template settings. This keeps user invitations visually consistent with the company's configured email branding.
Original PR description
Currently, when setting a custom color for the buttons in email templates, the invitation email uses the default color. Steps to reproduce: ------------------- * Go to **Settings** * Change the button color under **Email templates** * Select **User & Companies** -> Users * Select any user and send the invitation email opw-3691194
The appointment kanban card action menu has been moved back to the right side of each card. This fixes a visual issue that made the menu appear in the middle of appointment cards, improving usability and keeping the interface consistent.
Original PR description
A recent change to the kanban view placed the action cog in the middle of the kanban cards in appointment. We restore it to the right-hand side. task-3741116