Files
bank-payment/account_payment_mode/models/__init__.py
Alexis de Lattre 60e0816c80 Enable the payment methods by default on bank journals (including existing bank journals via post_install scripts)
Enable "Generate Accounting Entries On File Upload" by default
2017-10-11 13:32:20 +02:00

7 lines
158 B
Python

# -*- coding: utf-8 -*-
from . import account_payment_method
from . import account_payment_mode
from . import account_journal
from . import res_partner_bank