Files
bank-payment/account_payment_partner/models/__init__.py
Carlos Dauden fbb15b4d58 [FIX+IMP] account_payment_partner: Fix invoice bank account assignation + show it on invoice report
* IMP: Add options to show partner bank account on invoice report
* FIX: Don't auto-assign partner bank account due to problems when you have a direct debit payment
  method with bank_account_link = 'fixed'. Bank account is shown through new mechanism.
2018-12-04 17:51:57 +01:00

7 lines
148 B
Python

# -*- coding: utf-8 -*-
from . import res_partner
from . import account_invoice
from . import account_move_line
from . import account_payment_mode