Saturday, August 2, 2025
2 changes · saas-18.4
Resolved issues and error corrections
This fix adjusts the demo data setup so restaurant point-of-sale sample data loads in the right order. It prevents failures when demo restaurant data is loaded through a custom point-of-sale flow, improving setup reliability without changing day-to-day user features.
Original PR description
Finetuning of ffb976c3ed5fbcff2e5d06a3183bab2fbe0307ff to ensure that the product attributes demo data are loaded before loading the pos restaurant demo data --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a display issue in Mail where an email recipient prompt could cover an alert when sending to a contact without an email address. Users will now see important warning messages clearly, reducing confusion during the send process.
Original PR description
## Before this commit When the user clicks the Send button and the partner does not have an email address, an alert message is raised. However, the recipient popover `(email input prompt)` appears above the alert, visually blocking it and breaking the expected `modal` behavior. <img width="1844" height="873" alt="image" src="https://github.com/user-attachments/assets/31585785-27d6-48d4-b64c-c88b5f9426d6" /> ## After this commit The recipient popover's `z-index` is adjusted so that it no longer overlaps alert messages. This ensures that alerts remain visible and unobstructed, preserving clarity in the UI and respecting the intended visual hierarchy. <img width="1736" height="764" alt="image" src="https://github.com/user-attachments/assets/9ff258b4-2072-4100-bcc4-b8420d5d1aa2" /> Forward-Port-Of: odoo/odoo#221313