Wednesday, July 31, 2024
2 changes
Enhancements to existing features
This update prevents certain background notifications from being triggered multiple times after a reset, reducing unnecessary processing. It helps improve reliability and efficiency across messaging, spreadsheet documents, live chat helpdesk, and WhatsApp-related flows without changing user-facing features.
Original PR description
\* = documents_spreadsheet, whatsapp Enterprise counter-part. After a reset, the last id is always 0. https://github.com/odoo/odoo/pull/174874
Payment method configuration now uses a clearer “none” value for refund support instead of the confusing “empty” label. This makes refund capabilities easier for users and administrators to understand when configuring online sales payments.
Original PR description
-> This commit improves the clarity and usability of the payment method configurations, specifically focusing on refund options. Before this commit: -> The type of refund supported was 'empty' which led to confusion. After this commit: -> Replace the support_refund field to 'none' from 'empty' which make more intuitive for users. Check the community PR for more details. task-3974054 See also: - https://github.com/odoo/odoo/pull/169473 - https://github.com/odoo/upgrade/pull/6162