diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-08-21 21:58:04 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-08-21 21:58:04 +0700 |
| commit | f1b964c1f8071370ee0cffe6458bb9dc67039542 (patch) | |
| tree | 887883bdf1c0cee763b77b62a7fc9e4e63a68a04 /indoteknik_custom/models/__init__.py | |
| parent | 60ed70b31d47b5ee5fbc0bdb0c3de34820495600 (diff) | |
add group pricing
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 5de392ca..255a12f6 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -80,3 +80,4 @@ from . import account_financial_report from . import account_general_ledger from . import account_report_financial from . import account_report_general_ledger +from . import price_group |
