Daily updates from Odoo
Wednesday, April 3, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Bank statement reports now show the latest running balance correctly when balances are grouped. This prevents misleading totals in accounting views and helps finance teams rely on the displayed cash position.
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 always return the latest running_balance by group. https://github.com/odoo/enterprise/pull/59936
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