Saturday, August 8, 2026
1 change · 19.0
Enhancements to existing features
Italian e-invoicing export templates now reference the latest Tax Agency validation schema, while automated checks are made less sensitive to future schema reference changes. This reduces maintenance risk without changing how invoices are generated or processed for users.
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#280795 Forward-Port-Of: odoo/odoo#275345