Files
bank-payment/account_payment_mode/models/__init__.py
Alexis de Lattre 0d311316ac 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
2016-06-16 16:51:03 +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