summaryrefslogtreecommitdiff
path: root/custom_indoteknik/models/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'custom_indoteknik/models/__init__.py')
-rw-r--r--custom_indoteknik/models/__init__.py6
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