diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-16 11:06:36 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-16 11:06:36 +0700 |
| commit | 3a954e59343d2d3a3df5436297f7007008ae62e8 (patch) | |
| tree | bf4db37ee3fe1a745a99b5cba2d4d5d446319628 /indoteknik_custom/models/__init__.py | |
| parent | dd233630dce7128b6e25660db3e655b0a2e069e3 (diff) | |
Refactor sale order and sale order line
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 843beeae..5de392ca 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -27,6 +27,7 @@ from . import res_partner_company_type from . import res_partner from . import res_users from . import sale_order +from . import sale_order_line from . import sale_monitoring_detail from . import sale_monitoring from . import sales_outstanding |
