Skip to content

Commit

Permalink
acc_type on res.partner.bank is not stored any more, cf OCA/bank-paym…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via authored and wpichler committed May 23, 2019
1 parent 71bd850 commit 9e6918a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def _match_partner_bank(
"IBAN <b>%s</b> is not valid, so it has been ignored.") % iban)
return False
bankaccounts = rpbo.search([
('acc_type', '=', 'iban'),
('sanitized_acc_number', '=', iban),
('partner_id', '=', partner.id)])
if bankaccounts:
Expand Down

0 comments on commit 9e6918a

Please sign in to comment.