Wednesday, July 17, 2024
1 change · 17.0
Enhancements to existing features
Point of Sale now loads the company’s fiscal country information in the client, enabling country-specific sales behavior where needed. The refund process was also made easier to extend, supporting smoother localization and customization of refund workflows.
Original PR description
[IMP] point_of_sale: load company fiscal_country in the client The `account_fiscal_country_id` is required in the client to trigger l10n_* specific behaviour. task-3801234 [IMP] point_of_sale: add hook in onDoRefund Allows to add extra behaviour when clicking on the "Refund" button (when refunding a previous order). task-3801234 https://github.com/odoo/enterprise/pull/64761