Tuesday, August 11, 2026
4 changes · saas-19.4
Enhancements to existing features
The checks the Tax Agency performs are always based on the latest version of their XSD (no API versioning), but the XSD URI changes with each new version of the checks. Since it's not functionally used, it's not so important to keep it always updated and yet now: - we now update the export templates to have the latest `schemalocation` URI for once. - we start ignoring namespaces in l10n_it_* XML tests - we start ignoring the root FatturaElettronica tag's namespace attributes so there
Original PR description
The checks the Tax Agency performs are always based on the latest version of their XSD (no API versioning), but the XSD URI changes with each new version of the checks. Since it's not functionally used, it's not so important to keep it always updated and yet now: - we now update the export templates to have the latest `schemalocation` URI for once. - we start ignoring namespaces in l10n_it_* XML tests - we start ignoring the root FatturaElettronica tag's namespace attributes so there won't be a problem in case we change the `schemalocation` again. Forward-Port-Of: odoo/odoo#281509 Forward-Port-Of: odoo/odoo#275345
Don't generate a task every time the payroll officer assigns a new driver to the car. task-6425360 Forward-Port-Of: odoo/odoo#279103
Original PR description
Don't generate a task every time the payroll officer assigns a new driver to the car. task-6425360 Forward-Port-Of: odoo/odoo#279103
This PR improves the Call Debrief experience across screen sizes and adapts the UI by: - Use a two-column layout on larger screens when both video and transcription are available. - Make the layout adapt correctly in full-screen mode. - Refines the style of silent sections. - Enable full-screen mode on all devices above the mobile breakpoint by using `env.isSmall` instead of `isMobileOS`. task-6328684 Requires: - https://github.com/odoo/enterprise/pull/122029 --- I confirm
Original PR description
This PR improves the Call Debrief experience across screen sizes and adapts the UI by: - Use a two-column layout on larger screens when both video and transcription are available. - Make the layout adapt correctly in full-screen mode. - Refines the style of silent sections. - Enable full-screen mode on all devices above the mobile breakpoint by using `env.isSmall` instead of `isMobileOS`. task-6328684 Requires: - https://github.com/odoo/enterprise/pull/122029 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This avoids a useless blocking rpc call when opening the systray. Task-6131386 Forward-Port-Of: odoo/odoo#276709 Forward-Port-Of: odoo/odoo#269797
Original PR description
This avoids a useless blocking rpc call when opening the systray. Task-6131386 Forward-Port-Of: odoo/odoo#276709 Forward-Port-Of: odoo/odoo#269797