Tuesday, June 11, 2024
4 changes · 17.0
Resolved issues and error corrections
Checkout now assumes shipping mode when no mode is provided, removing ambiguity in some order flows. This helps customers and staff get more consistent delivery-related behavior during online purchases.
Original PR description
Before this commit, the mode was sometimes ambiguous in certain cases After this commit, if we forget to provide the mode, we will always consider the shipping mode as the default.
This update fixes an issue where online shop tax calculations could fail when prices were computed for multiple products at once. Taxes are now calculated for each product separately, helping prevent checkout or product listing errors related to pricing.
Original PR description
since 9338ac01745156abff2bf7606c2679f7c623bb81, we were erroneously giving all the templates whose price was computed to the taxes computation logic, when we should have been giving one template at a time (as we were looping on the templates here). --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Undoing a moved global filter in spreadsheets now works correctly instead of disrupting the edit history. This helps users safely revise spreadsheet filter changes without losing reliable undo behavior.
Original PR description
Before this fix, undoing a command MOVE_GLOBAL_FILTER broke the history because the inverse command was missing from the inverse registry. This fix adds the missing inverse command. OWP: 3966053 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Accounting reconciliation groups now show a proper readable name instead of a technical record reference. This makes grouped reconciliation lists easier for users to understand when reviewing accounting entries.
Original PR description
On Odoo enterprise, use the menu reconcile in accounting. Reconcile some lines with the wizard. In the tree view group by reconcile_id you show 'account.full.reconcile(67)'.  @qdp-odoo @oco-odoo --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr