mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
13 lines
224 B
Python
13 lines
224 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import account_account_template
|
|
from . import account_account
|
|
from . import account_tax_group
|
|
from . import account_chart_template
|
|
from . import account_journal
|
|
from . import res_currency
|
|
|
|
|
|
|
|
|