Daily updates from Odoo
Wednesday, June 19, 2024
2 changes · master
Resolved issues and error corrections
This fix ensures the accounting settings page can load correctly when users work in translated languages. It removes an unnecessary dependency on visible section titles, reducing the risk of setup screens breaking because labels are translated.
Original PR description
The settings view inherits from the `account` one, and locates the block tag by both `title` and `id`, but: - Once you have the `id` you don't need the `title`. - In case of translated title, it is translated before being inherited, so the arch fails finding it.  Old PR: odoo/enterprise#56686
The demo double opt-in campaign now sends newsletter confirmation messages almost immediately instead of waiting one hour. This improves the subscriber experience by reducing delays during signup confirmation.
Original PR description
This PR update the Demo Campaign Double Opt-in's Trigger Value to 0 Hour, so that subscribers of a newsletter get a close-to instant confirmation instead of an hour later. Task-3976448