Daily updates from Odoo
Tuesday, November 7, 2023
3 changes · master
Code cleanup and technical improvements
This update removes an outdated internal translation helper from parts of the codebase. It helps keep the platform easier to maintain without changing day-to-day user workflows.
Original PR description
In this commit, _lt is definitly removed from codebase. task-3292454
The WhatsApp module was updated to use a cleaner internal approach for handling date and time values. This reduces reliance on older formatting constants and helps keep the codebase easier to maintain without changing expected user behavior.
Original PR description
Enterprise counter-part. https://github.com/odoo/odoo/pull/141320
This update removes unused testing support code from the Facebook social media module. It does not change customer-facing behavior, but helps keep the codebase simpler and easier to maintain.
Original PR description
https://github.com/odoo/odoo/pull/141025