Wednesday, September 3, 2025
3 changes · saas-18.4
Enhancements to existing features
The demo invoice shown when fetching incoming bills in Peppol demo mode has been replaced with a clearer, more representative example. This helps users better understand what Peppol bill imports look like during demonstrations or testing.
Original PR description
Replace Peppol demo bill that you get when fetching incoming bills in demo peppol mode. Forward-Port-Of: odoo/odoo#225086
This update adjusts internal performance test expectations after a backend caching behavior change for HTML content. It helps keep automated checks accurate so teams can continue monitoring Knowledge performance reliably without affecting day-to-day users.
Original PR description
Adapting query count, due to not putting html fields in cache upon creation. task-4962646 Forward-Port-Of: odoo/enterprise#93503 Forward-Port-Of: odoo/enterprise#93171
The Peruvian electronic invoicing setup now shows the updated Estela branding instead of Digiflow in labels, help text, and translations. This keeps customer-facing configuration screens aligned with the provider's current name without changing how invoicing works.
Original PR description
This PR updates the Peruvian electronic invoicing configuration to reflect the recent brand change from Digiflow to Estela (formerly Digiflow). Changes: - Updated help texts and string labels in `res_company.py` - Adjusted references in `account_edi_format.py` - Updated translations in `es.po` This change is purely textual and does not affect logic or behavior. It ensures users see the correct branding across the Peruvian EDI settings. Forward-Port-Of: odoo/enterprise#93649 Forward-Port-Of: odoo/enterprise#85934