mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-23 06:02:03 +00:00
7 lines
190 B
Python
7 lines
190 B
Python
|
from . import res_company
|
||
|
from . import account_tax
|
||
|
from . import account_cutoff
|
||
|
from . import account_cutoff_line
|
||
|
from . import account_cutoff_tax_line
|
||
|
from . import account_cutoff_mapping
|