summaryrefslogtreecommitdiff
path: root/indoteknik_custom/__init__.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-09-24 13:13:23 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-09-24 13:13:23 +0700
commitd057901e1b30dc24978ec345e4daec1d16abf117 (patch)
treeb049b832447031bb198f3dcb35f4420028568f37 /indoteknik_custom/__init__.py
parent66f43a6152ccd63a1d2e2e1f80b0c3825bf39e7f (diff)
Rest API Odoo
Diffstat (limited to 'indoteknik_custom/__init__.py')
-rwxr-xr-xindoteknik_custom/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/__init__.py b/indoteknik_custom/__init__.py
index 9a7e03ed..38718f08 100755
--- a/indoteknik_custom/__init__.py
+++ b/indoteknik_custom/__init__.py
@@ -1 +1,2 @@
-from . import models \ No newline at end of file
+from . import models
+from . import controllers \ No newline at end of file