diff options
Diffstat (limited to 'addons/l10n_co/models/__init__.py')
| -rw-r--r-- | addons/l10n_co/models/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addons/l10n_co/models/__init__.py b/addons/l10n_co/models/__init__.py new file mode 100644 index 00000000..5f31f163 --- /dev/null +++ b/addons/l10n_co/models/__init__.py @@ -0,0 +1,5 @@ +# coding: utf-8 +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import l10n_latam_identification_type +from . import res_partner |
