Daily updates from Odoo
Thursday, May 24, 2018
1 change
Resolved issues and error corrections
Payments now show the invoices they are actually reconciled with, making payment records clearer and more reliable for users. This preserves the internal payment data needed for accounting processes while improving what is displayed in the interface.
Original PR description
Fixes https://github.com/odoo/odoo/issues/20804 Task: https://www.odoo.com/web#id=1819501&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 For this, we keep the invoice_ids field of payment as a technical field (we need it when creating payments, especially for the writeoffs), and use a new computed field to get the reconciled invoices and compute the has_invoices field.