mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
13 lines
255 B
Python
13 lines
255 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import res_company
|
|
from . import res_country
|
|
from . import res_partner
|
|
from . import res_currency
|
|
from . import product_category
|
|
from . import stock_location
|
|
from . import account_tax_group
|
|
from . import ir_module_module
|
|
|
|
|