From 75d18cbeccaa47e6c762448553513d9a1415fd51 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 31 Aug 2023 16:08:07 +0700 Subject: Add voucher line model on init --- indoteknik_custom/models/__init__.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3