diff options
Diffstat (limited to 'addons/l10n_pe/models/__init__.py')
| -rw-r--r-- | addons/l10n_pe/models/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/l10n_pe/models/__init__.py b/addons/l10n_pe/models/__init__.py new file mode 100644 index 00000000..7be3012e --- /dev/null +++ b/addons/l10n_pe/models/__init__.py @@ -0,0 +1,7 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. +from . import account_tax +from . import account_move +from . import l10n_latam_identification_type +from . import res_partner +from . import res_city_district +from . import res_city |
