diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 17:08:53 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 17:08:53 +0700 |
| commit | 5fdade43dd264f834a52194b22a9d687c4dc6aab (patch) | |
| tree | 2f298a4e4d65332b18a931300bbf6025f0de9313 /indoteknik_custom/models/__init__.py | |
| parent | 73f5869798fc5ec69d84306139de55acaca06489 (diff) | |
user company request and register logic
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 62a024e3..4cb8bdda 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -32,6 +32,7 @@ from . import stock_picking_type from . import stock_picking from . import stock_vendor from . import user_activity_log +from . import user_company_request from . import users from . import website_brand_homepage from . import website_categories_homepage |
