mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Add option to have the counter-part of the deposit move directly to the bank account Use account.config.settings page
6 lines
115 B
Python
6 lines
115 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import company
|
|
from . import account_config_settings
|
|
from . import account_deposit
|