diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-27 14:22:09 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-27 14:22:09 +0700 |
| commit | 57c571c40de1acfdcf23132782ec8c7fcbb8c6bd (patch) | |
| tree | 58eccafc69927796ea93c13f70dc0bbf3f47eca3 /indoteknik_custom/models/__init__.py | |
| parent | feb55333e94aaec783bce85d36667912b3e90f86 (diff) | |
| parent | 45dc1483342d9ec195c53711b5194e7ddf88b343 (diff) | |
Merge branch 'release' into real-stock
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 9764e0c0..3c6ce46c 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -22,9 +22,9 @@ from . import purchase_pricelist from . import res_partner_company_type from . import res_partner from . import res_users +from . import sale_order from . import sale_monitoring_detail from . import sale_monitoring -from . import sale_order from . import sales_outstanding from . import sales_target from . import stock_move |
