OCA / bank-payment

Odoo Electronic Payment

Home Page:https://odoo-community.org/psc-teams/banking-10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[11.0] account_banking_sepa_direct_debit: Error when generate new payment file

vpcarlos opened this issue · comments

Generate payment file button in payment order throws:

OCA/bank-payment/account_banking_sepa_direct_debit/models/account_payment_order.py", line 110, in generate_payment_file
key = (line.date, priority, categ_purpose, seq_type, scheme)
UnboundLocalError: local variable 'seq_type' referenced before assignment

You have a mandate that is generic, not SEPA specific one.