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 * Remove data that create a bank journal because it blocks the loading of the chart of accounts when the module is installed at the same time as the chart of account (via dependencies)
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
|