Daily updates from Odoo
Wednesday, October 15, 2025
3 changes
1 change
Features or functions removed from Odoo
Unused WhatsApp demo data has been removed because it conflicted with test data and did not provide practical value. This helps keep the module cleaner and reduces the chance of false errors during testing or validation.
Original PR description
Conflicts with test data, and according to tde these demo data make no sense as they do nothing useful. Closes #86194 https://runbot.odoo.com/odoo/error/223071
2 changes
Features or functions removed from Odoo
An obsolete piece of website shop editing code was removed because it is no longer used after earlier website changes. This is an internal cleanup that reduces maintenance overhead without changing the customer shopping experience.
Original PR description
Since the website refactor [1], this code is not used anymore. It was forgotten during the removal of snippet options [2]. [1]: https://github.com/odoo/odoo/commit/9fe45e2b7ddbbfd0445ffe25a859e67a316d02b2 [2]: https://github.com/odoo/odoo/commit/55d5144deecd2aa12702dfa333c3b1dfde4da3b8
Unused WhatsApp demo records were removed because they conflicted with test data and did not provide useful behavior. This reduces noise in testing and helps keep the module's sample setup cleaner.
Original PR description
Conflicts with test data, and according to tde these demo data make no sense as they do nothing useful. Closes #86194 https://runbot.odoo.com/odoo/error/223071 Forward-Port-Of: odoo/enterprise#97138