Wednesday, February 26, 2025
3 changes · master
Features or functions removed from Odoo
The recruitment website settings no longer use a custom toggle label component that could not support proper translations. It now uses standard toggles with fixed labels, making the interface clearer and more reliable for multilingual users.
Original PR description
- As the widget label can not be dynamic because it lacks translation I replace it with plane `boolean_toggle` and static labels Task: 4488490 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo removes an older internal way of detecting test mode and now uses a single shared testing indicator. This reduces duplication and helps avoid concurrency issues during automated tests and demo data loading, with related adjustments to email behavior in tests.
Original PR description
For testing indicator, we have: `odoo.modules.module.current_test` flag. We should not rely anymore on setting the value on the current thread as it duplicates what we could check. task-4270485 odoo/enterprise#73634 odoo/upgrade-util#164 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Belgian CODA banking module no longer keeps an unused note field on bank statements. This simplifies the underlying setup without changing any visible screens or day-to-day workflows.
Original PR description
This commit will remove the field coda_note on bank statement since the field is not even put in a view. task-4519041