Saturday, January 24, 2026
4 changes · saas-18.3
Enhancements to existing features
This update removes unnecessary fields from CRM email templates, streamlining data collection and ensuring more information is captured in chatter. This enhancement avoids duplicate entries and allows for data gathering without requiring users to upgrade their systems. It’s a small improvement that boosts the efficiency of our CRM processes.
Original PR description
- Remove newly added fields that can be replaced by existing keys present in `iap_mail.enrich_company` template to ensure we get more data in chatter without upgrade and avoid duplicate entries IAP PR: https://github.com/odoo/iap-apps/pull/1390 Forward-Port-Of: odoo/odoo#245068
Resolved issues and error corrections
This update fixes issues related to error handling when processing HR tax documents, particularly those formatted as UBL invoices. It ensures compatibility with a related UBL tax extension module and provides clearer warnings for import issues instead of silently skipping documents.
Original PR description
- Improving error handling for various requests - Adjusting XML generation to not conflict with `account_edi_ubl_cii_tax_extension` if it is installed - Adding a separate test for HR:E category taxes - Replacing skipping import of not successfully fiscalized document with warnings displayed on the moves after import task-none --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#245028
This update resolves a customer complaint regarding test data using the name "Deco Addict". All instances of "Deco Addict" have been replaced with "Acme Corporation" across various Odoo modules to ensure accurate demo and test environments. This improves the user experience and avoids potential confusion.
Original PR description
A company that happens to be named "Deco Addict" has complained some of our users thought they had business with them due to test and demo data containing that name. It will now be named Acme Corporation. task-5865502 Forward-Port-Of: odoo/odoo#245623 Forward-Port-Of: odoo/odoo#245205
This pull request resolves a customer complaint regarding demo data. The name "Deco Addict" was replaced with "Acme Corporation" to avoid confusion among users. This ensures a cleaner and more accurate demo experience.
Original PR description
A company that happens to be named "Deco Addict" has complained some of our users thought they had business with them due to test and demo data containing that name. It will now be named Acme Corporation. task-5865502 Forward-Port-Of: odoo/enterprise#105421 Forward-Port-Of: odoo/enterprise#105151