diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-01-21 01:22:57 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-01-21 01:22:57 +0000 |
| commit | c6032a407758afa650a0e3e25d51606cf91c75b8 (patch) | |
| tree | 3428a7214e489515039d4cb3f08380c9e9639ea0 /indoteknik_api/models/__init__.py | |
| parent | b33103dea998552d110d029d7f50ed08f58ce192 (diff) | |
| parent | 33a366ae44bc045439087170ed69b86033cda2d8 (diff) | |
Merged in feature/rest-api (pull request #25)
api sale order and user
Diffstat (limited to 'indoteknik_api/models/__init__.py')
| -rw-r--r-- | indoteknik_api/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/models/__init__.py b/indoteknik_api/models/__init__.py index 4447c215..12a1f7fd 100644 --- a/indoteknik_api/models/__init__.py +++ b/indoteknik_api/models/__init__.py @@ -3,5 +3,6 @@ from . import product_pricelist from . import product_product from . import product_template from . import res_users +from . import sale_order from . import x_manufactures from . import website_content |
