Daily updates from Odoo
Monday, December 1, 2025
4 changes
Features or functions removed from Odoo
This update removes the use of the pytz library from Odoo Enterprise. The change addresses inconsistencies in timezone handling, improving the stability and reliability of date and time operations within the system. This resolves a potential issue related to timezone conversions.
This pull request removes outdated files related to FedEx, UPS, and USPS delivery configurations within the Odoo Enterprise system. These files were identified as no longer needed and were removed to streamline the codebase and improve performance. This change ensures the system remains efficient and focused on current delivery functionalities.
Original PR description
Oversight of 83d5bc4b0df37e0786348238b7379cb9f62fd5e4 and fw ports Forward-Port-Of: odoo/enterprise#100482
This update removes an outdated and confusing reference to a previous module name ('finkok') within the l10n_mx_edi module. The change simplifies the codebase and avoids potential confusion for developers. This is a routine maintenance fix.
Original PR description
It has been some time since finkok changed its name to quadrum, and now no one remembers quadrum as finkok. Having it in the name only causes more confusion, so we decided to simply remove it. I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/enterprise#100663
This update removes outdated styles specifically designed for dark mode within the global filters component. These overrides were no longer needed after a recent change, streamlining the codebase and improving performance. This ensures a consistent user experience across all Odoo Enterprise versions.
Original PR description
Remove dark mode override styles for the global filters component, as they are no longer required. Task: 5322179