diff options
Diffstat (limited to 'custom_indoteknik/models/__init__.py')
| -rw-r--r-- | custom_indoteknik/models/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/custom_indoteknik/models/__init__.py b/custom_indoteknik/models/__init__.py new file mode 100644 index 0000000..70d934c --- /dev/null +++ b/custom_indoteknik/models/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- + +from . import account_period +from . import export_product +from . import manufacture +from . import account_move
\ No newline at end of file |
