diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-09 11:15:44 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-09 11:15:44 +0700 |
| commit | 2926fbf40b0aefc5507d35276711227f23f7367e (patch) | |
| tree | 63f854064a7e99f24087136c5f4c7e52c88e4d0b /indoteknik_custom/models/__init__.py | |
| parent | b4b544fa8bfd92f73c49daed520fa34660630379 (diff) | |
Membuat view dan field di model purchase.order Odoo
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rw-r--r-- | 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 5f5dcf1e..8445ec9e 100644 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -11,3 +11,4 @@ from . import stock_vendor from . import crm_lead from . import res_users from . import user_activity_log +from . import purchase_order |
