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