Friday, July 24, 2026
3 changes · master
Enhancements to existing features
The Chile and Mexico e-invoicing checkout flows now pass the current order into checkout step preparation. This helps ensure category-based extra checkout steps are applied correctly for localized online sales.
Original PR description
Pass `order` to `_get_checkout_step_values` in l10n-specific checkout controllers to support the extra-step category restriction. Community PR: https://github.com/odoo/odoo/pull/258042
This update adjusts how product tags are managed in the AI website sales tools after related product page changes. It helps keep product editing and website product options working reliably as the underlying layout evolves.
Original PR description
**Purpose:** The template for the parent view "product.product_template_form_view" was modified with the product tags moving to another page. Then the field "l10n_pe_edi_tariff_fraction" cannot depend on the product tags position anymore. Task-5215982 See also: - https://github.com/odoo/odoo/pull/237565
Localized bank account details are now shown in a more consistent position across several country-specific modules. This keeps important banking and partner information grouped logically, making forms easier to review and maintain.
Original PR description
Since we have partner_id now on top of holder_name, we want to anchor localization specific fields on top of partner_id instead of holder_name. task-6275796