mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
9 lines
199 B
Python
9 lines
199 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import res_country
|
|
from . import product_template
|
|
from . import account_tax
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import intrastat_common
|