diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-31 16:08:07 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-31 16:08:07 +0700 |
| commit | 75d18cbeccaa47e6c762448553513d9a1415fd51 (patch) | |
| tree | 00f1dc8fb72836fb41c6f23444fca109157153d4 | |
| parent | 697bb1ffeaee2374ac39aa1c838958b6dfae40fd (diff) | |
Add voucher line model on init
| -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 cf2597b0..55d1807c 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -73,6 +73,7 @@ from . import airway_bill from . import airway_bill_manifest from . import account_move_due_extension from . import voucher +from . import voucher_line from . import bill_receipt from . import account_move_multi_update from . import account_financial_report |
