Files
intrastat-extrastat/intrastat_base/models/__init__.py
Luc De Meyer 3713df54f0 [14.0]Intrastat Brexit support
[14.0]intrastat_product - Intrastat Brexit support

fix unit tests - keep product_origin_country_id on top of new product_origin_country_code to avoid breaking the localisation modules

[14.0]intrastat - improved brexit support

[14.0]improved brexit support - keep backwards compatibility with localisation modules

[14.0]brexit support - increase test coverage

[14.0]brexit support - DeprecationWarning

[14.0]brexit support - size=2 on product_origin_country_code
2022-06-16 09:29:37 +02:00

8 lines
200 B
Python

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
from . import res_partner