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 committed Mar 12, 2024
1 parent cd300c8 commit c28d0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_invoice_factur-x/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

FACTURX_FILENAME = 'factur-x.xml'
DIRECT_DEBIT_CODES = ('49', '59')
CREDIT_TRF_CODES = ('30', '31')
CREDIT_TRF_CODES = ('30', '31', '42')


class AccountInvoice(models.Model):
Expand Down

0 comments on commit c28d0be

Please sign in to comment.