diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-19 11:39:17 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-19 11:39:17 +0700 |
| commit | 9907f33408582ea68e11bd0b1b2bc8608c6c1c1e (patch) | |
| tree | d807418706333975ee76a800217dc70086e3e32a /indoteknik_custom/models/__init__.py | |
| parent | a836a99c12e1ebf4b764810036ecb64183890ad2 (diff) | |
| parent | 553ddb705044ec7ebe75361a0963564e6cde6b7b (diff) | |
Merge branch 'development' of bitbucket.org:altafixco/indoteknik-addons into development
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 5 |
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 |
