Wednesday, April 3, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Bank reconciliation reports now show the latest running balance correctly when balances are grouped. This prevents misleading balance totals after a web client change and helps accounting teams review bank statement lines accurately.
Original PR description
Since https://github.com/odoo/odoo/pull/127353, the web client only asks for the aggregatable field, making the read_group override of 'account.bank.statement.line' becomes ineffective. Remove the check done on fields, and return the latest running_balance by group when 'show_running_balance_latest' is in the context.
This fix allows Brazilian PIX QR codes to work even when no payment amount is included, which is important for offline point-of-sale use. It helps cashiers continue accepting PIX payments in situations where the final amount must be entered later or connectivity is unavailable.
Original PR description
Since this commit we support the QR code without amount To be used in the POS when the POS is offline. Introduced by: https://github.com/odoo/odoo/pull/148803/commits/f286e2c0473c568991171ef8c0b2dbb9871d2f2e Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr