Thursday, August 22, 2024
2 changes · 17.0
Enhancements to existing features
This update makes the checkout state selection behavior easier for Odoo customizations and localizations to extend. It helps keep country-specific checkout rules, such as Peru localization behavior, compatible with the standard website sales flow.
Original PR description
Make _onChangeState to be inheritable by adding it to website_sale.js and returning a promise. Adapt the _onChangeState in PE localization for the inheritance by calling _super method and returning a promise. related: https://github.com/odoo/enterprise/pull/64786 task-2856566 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Japanese tax labels and descriptions were revised to better match local market terminology. This should make tax information clearer and more natural for Japanese users without changing tax behavior.
Original PR description
Updates the tax label and description translations in order to better fit the market. Task id # 4069669 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr