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