Daily updates from Odoo
Monday, October 6, 2025
3 changes · saas-18.4
Enhancements to existing features
The bank matching edit line wizard now shows only the line name instead of combining it with the reference. This keeps long references from disrupting the layout while still leaving reference details available in the kanban view.
Original PR description
Problem: - The reference field was displayed together with the bill name, causing misalignment when the reference is quite long in the edit line wizard. Solution: - Updated the edit line wizard to display only the line's name. - The reference remains visible in the kanban view, it is only removed in the edit line wizard. task-5113489 Forward-Port-Of: odoo/enterprise#95575
This update adds shared automated checks for multiple country-specific point of sale localizations, with flexible steps for countries that need special handling. It helps reduce the risk of regional sales and compliance flows breaking in future updates.
Original PR description
Thi commit add a generic tour that can be run in all pos l10n_modules. In some cases it requires some extra steps, this can be done with hooks. The hooks will execute different steps depending on the country the tour is run in. opw-4606788 Forward-Port-Of: odoo/odoo#229424 Forward-Port-Of: odoo/odoo#222232
This update adds shared automated checks for country-specific point-of-sale localization flows. It helps reduce the risk of localization issues in electronic invoicing and reporting across several countries by making validation more consistent.
Original PR description
Thi commit add a generic tour that can be run in all pos l10n_modules. In some cases it requires some extra steps, this can be done with hooks. The hooks will execute different steps depending on the country the tour is run in. opw-4606788 Forward-Port-Of: odoo/enterprise#95974 Forward-Port-Of: odoo/enterprise#91928