Daily updates from Odoo
Friday, July 26, 2024
2 changes
Resolved issues and error corrections
This fixes a timing issue in the Knowledge sidebar test by waiting until a button is ready before using it. The change helps prevent false test failures, supporting smoother maintenance and more reliable releases.
Original PR description
We wait until the button is enabled before clicking on it.
Cashiers can now switch between email, WhatsApp, and SMS on the receipt screen without losing manually entered contact details. This reduces retyping and helps avoid checkout delays when customer records are missing or incomplete.
Original PR description
Before this commit: ==================== When switching the send options (email, WhatsApp, SMS) on the receipt screen, any manually entered input (such as email or phone number) would be erased if a customer was not selected or if customer data (email or mobile number) was not present. Example: Enter an email address manually. Switch the send option to WhatsApp or SMS. The manually entered email address would be erased. After this commit: ================= Manually entered input will be preserved when switching between send options on the receipt screen. Task-4038000