Thursday, October 20, 2022
2 changes · master
Resolved issues and error corrections
Fixes an issue that prevented users from opening the New Zealand tax report. The report can now be accessed and its calculations use the correct aggregation formula, supporting accurate tax reporting.
Original PR description
Description of the issue/feature this PR addresses: The New Zealender tax report couldn't be opened because of an error in aggregation formula Current behavior before PR: the tax report can't be opened Desired behavior after PR is merged: the tax report is fixed, can be opened and is correct --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Sales order lines for delivery methods now use the customer's selected language instead of the user's current language. This prevents confusing untranslated shipping descriptions on quotes and orders for multilingual customers.
Original PR description
When adding a SO line with a delivery method (e.g. The Post) for a customer
with a different language that the one set on the current language, the description
of the SO line was not translated. Inspired from function 'product_id_change' in
model 'sale.order.line'
opw:1884114