From 65fe5e9cb0865293eb6d0626d2c99f35d6862b3c Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 30 May 2024 16:09:35 +0700 Subject: add invoice_date_due and terima faktur on bills --- indoteknik_custom/models/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 33aa0784..cd1e4d29 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -113,3 +113,4 @@ from . import sales_order_fullfillment from . import res_partner_site from . import external_api from . import ged +from . import account_move_multi_update_bills -- cgit v1.2.3 From f01969680c174f21be8fb9fde2032c749a62cf62 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 3 Jun 2024 15:56:00 +0700 Subject: def cargo --- indoteknik_custom/models/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index cd1e4d29..510dd659 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -106,6 +106,7 @@ from . import po_multi_cancel from . import logbook_sj from . import report_logbook_sj from . import role_permission + from . import cust_commision from . import report_stock_forecasted from . import web_logging @@ -114,3 +115,4 @@ from . import res_partner_site from . import external_api from . import ged from . import account_move_multi_update_bills +from . import def_cargo -- cgit v1.2.3