Files
intrastat-extrastat/intrastat_base/models/__init__.py
Alexis de Lattre fbe63f21c7 [MIG] intrastat_base: Migration to v10
* Update README.rst: switch to new intrastat project
* Move Intrastat menu entry to Accounting > Report instead of Accounting > Report > PDF Reports (because intrastat reports are not in PDF !)
2021-12-16 16:16:41 +01:00

9 lines
203 B
Python

# -*- coding: utf-8 -*-
from . import res_country
from . import product_template
from . import account_tax
from . import res_company
from . import account_config_settings
from . import intrastat_common