Daily updates from Odoo
Tuesday, October 29, 2024
2 changes
Features or functions removed from Odoo
Notification emails in several Odoo apps no longer include extra action buttons or links that were considered distracting. This makes email notifications easier to read and more like regular email conversations, while aligning enterprise modules with the newer Odoo email layout.
Original PR description
RATIONALE Improve email management and composition in Odoo, ease understanding and make flow more looking like email discussions. SPECIFICATIONS We consider actions to be mainly noise in notification emails as it bloats email content and hide real content. Since Odoo v18 standard notification layout does not display them anymore but mechanism has been kept for backward compatibility. This commit removes it. Followup of https://github.com/odoo/odoo/pull/185223 Also remove translation tests. Those have been annoying to write, such sadness. Task-4284064 Part of Task-4273479: [mail] Email-like chatter flow
Notification emails no longer include extra action buttons or links that were already hidden in the standard layout. This makes email conversations easier to read and keeps the focus on the actual message content.
Original PR description
RATIONALE Improve email management and composition in Odoo, ease understanding and make flow more looking like email discussions. SPECIFICATIONS We consider actions to be mainly noise in notification emails as it bloats email content and hide real content. Since Odoo v18 standard notification layout does not display them anymore but mechanism has been kept for backward compatibility. This commit removes it. Followup of https://github.com/odoo/odoo/pull/185223 Also remove translation tests. Those have been annoying to write, such sadness. Task-4284064 Part of Task-4273479: [mail] Email-like chatter flow