diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-09-24 13:13:23 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-09-24 13:13:23 +0700 |
| commit | d057901e1b30dc24978ec345e4daec1d16abf117 (patch) | |
| tree | b049b832447031bb198f3dcb35f4420028568f37 /indoteknik_custom/controllers/__init__.py | |
| parent | 66f43a6152ccd63a1d2e2e1f80b0c3825bf39e7f (diff) | |
Rest API Odoo
Diffstat (limited to 'indoteknik_custom/controllers/__init__.py')
| -rw-r--r-- | indoteknik_custom/controllers/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/controllers/__init__.py b/indoteknik_custom/controllers/__init__.py new file mode 100644 index 00000000..2fd318df --- /dev/null +++ b/indoteknik_custom/controllers/__init__.py @@ -0,0 +1,2 @@ +from . import api_controller +from . import api |
