summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/__init__.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-08-19 11:03:43 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-08-19 11:03:43 +0700
commit553ddb705044ec7ebe75361a0963564e6cde6b7b (patch)
tree4cbcb2b5693e29ace16c044b31f70898012385cb /indoteknik_custom/models/__init__.py
parentb75b17182b374acc9a70d9cf45a501691428fbfe (diff)
fix approval sales order with super
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
-rwxr-xr-xindoteknik_custom/models/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py
index 0f824714..8da36ce1 100755
--- a/indoteknik_custom/models/__init__.py
+++ b/indoteknik_custom/models/__init__.py
@@ -13,4 +13,7 @@ from . import res_users
from . import user_activity_log
from . import purchase_order
from . import purchase_pricelist
-from . import purchase_order_line \ No newline at end of file
+from . import purchase_order_line
+from . import sale_order
+from . import sale_monitoring_detail
+from . import sale_monitoring