Monday, May 27, 2024
5 changes · 17.0
Resolved issues and error corrections
Odoo’s push-to-talk browser extension now includes versioning, making it easier to maintain and update over time. This helps ensure push-to-talk events can continue working reliably even when Chrome is not the active window.
Original PR description
The ptt extension allows odoo to listen to push to talk events even when chrome is not focused. Until now, the extension did not support versioning which made it hard to improve and fix it. This PR introduces versioning for the ptt extension in order to solve this issue. task-3950630
This fixes the Austrian accounting setup by assigning the right reporting tags to several accounts. The change helps companies using the Austrian localization generate balance sheets with accounts appearing in the correct sections.
Original PR description
In order to work with the Balance Sheet, several accounts needed to be set up with correct account tags. Enterprise PR: https://github.com/odoo/enterprise/pull/59106 Taskid: 3060790
Mobile point of sale users now see the confirmation message after scanning a product barcode. This helps cashiers confirm items were added correctly and reduces uncertainty during mobile checkout.
Original PR description
Before this commit: ========== - After scanning the product barcode, the notification of the added product was not showing in mobile mode. After this commit: ========== - After scanning the product barcode, the notification of the added product will work fine. task-3877329
A search button has been added to the WhatsApp tab in mobile view, allowing users to easily find and search for WhatsApp channels on their mobile devices. This improvement enhances the mobile user experience by providing the same search functionality that was previously only available on desktop.
Original PR description
**Current behavior before PR:** In mobile view, whatsapp tab had no search button. **Desired behavior after PR is merged:** In mobile view, added a search button to find whatsapp channel. task-id:3525542 Forward-Port-Of: odoo/enterprise#62680 Forward-Port-Of: odoo/enterprise#59530
This update corrects an incorrect placeholder in a translation string within the mail module. The fix ensures that translated messages display properly and consistently across different languages, improving the user experience for non-English users.