Daily updates from Odoo
Friday, December 13, 2019
2 changes
Resolved issues and error corrections
The obsolete Aged Partner Balance report has been fully removed from Accounting after earlier deprecation work left it partially available. This prevents errors when users try to open or duplicate the old report in Studio, and keeps the report menu from showing an option that no longer works.
Original PR description
Before this commit: when try to open or duplicate Aged Partner Balance report with the studio it gives traceback. As deprecated pdf reports are removed by this commit: https://github.com/odoo/odoo/commit/e51b4f659fc5e4253d3156754ada21166c8d1bf8 'Aged Partner Balance' report is removed from manifest but was not removed report. So, it is giving traceback. After this commit: 'Aged Partner Balance' report is removed, so it will not be shown in the reports. Task: https://www.odoo.com/web?#id=2070274&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.06489d5b18e61ff8b5b2e1b05b2a4148 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix ensures payment edits are reflected when selecting eligible bank partners, reducing the risk of choosing outdated or incorrect payment-related information. It helps accounting teams keep batch and SEPA payment processing aligned with recent payment changes.
Original PR description
Enterprise version of odoo/odoo#40957