odoo / odoo

Odoo. Open Source Apps To Grow Your Business.

Home Page:https://www.odoo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`ValueError` when attempting to calculate refundable amount for multiple payments

flexadecimal opened this issue · comments

refund_payments = self.search([('source_payment_id', '=', self.id)])

RecordSet usage error - should be payment.id in domain used for search.