From 6eff1433e6fbd9f4d40651f238e58bdcdc964c3c Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 10 Oct 2014 20:09:17 +0200 Subject: [PATCH] [FIX] replace old sdd.mandate referencess --- account_banking_mandate/models/payment_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_mandate/models/payment_line.py b/account_banking_mandate/models/payment_line.py index 4db3685b7..b4b3acb29 100644 --- a/account_banking_mandate/models/payment_line.py +++ b/account_banking_mandate/models/payment_line.py @@ -60,7 +60,7 @@ class PaymentLine(models.Model): @api.one @api.constrains('mandate_id', 'bank_id') - def _check_mandate_bank_link(self, cr, uid, ids): + def _check_mandate_bank_link(self): if (self.mandate_id and self.bank_id and self.mandate_id.partner_bank_id.id != self.bank_id.id):