Daily updates from Odoo
Monday, December 16, 2024
2 changes · 17.0
Enhancements to existing features
This update enhances the bank reconciliation process by displaying the original statement amount alongside the reference on the open balance line. Previously, the system suggested incorrect matches, leading to confusion. Now, the system only suggests true matches, ensuring accurate reconciliation and reducing errors.
Original PR description
To be more clear, we add the original amount from the statement we are to reconciliating on the open balance line. task-4194671 Forward-Port-Of: odoo/enterprise#70785
Resolved issues and error corrections
This update corrects a formatting issue within the WhatsApp composer, ensuring phone numbers are correctly displayed without spaces or dashes. Previously, incorrect formatting caused errors preventing message delivery and channel linking. Now, users can reliably send WhatsApp templates from within Odoo.
Original PR description
**Before this Commit :** - When using the whatsapp composer on a record to send a whatsapp template, the number (phone/mobile) taken from the partner comes with the phone widget format (including spaces and dashes). - This would cause an error when linking the response received to the associated record, thus not creating an associated whatsapp channel, printing a link to the related SO,lead,etc and not posting a message on the record with a link to the whatsapp channel. **With this Commit :** - The composer phone field has the correct format when opened, preventing this behaviour to occur.