Files
intrastat-extrastat/intrastat_base/models/__init__.py
Alexis de Lattre 35c04a5ded [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 !)
2020-10-14 10:05:34 +02: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