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/__manifest__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/__manifest__.py') diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index fa0188e6..5b43781e 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -125,6 +125,7 @@ 'views/apps_stored.xml', 'views/ged_tracking.xml', 'views/dunning_run_ged.xml', + 'views/account_move_multi_update_bills.xml', 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', -- 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/__manifest__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indoteknik_custom/__manifest__.py') diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 5b43781e..3d2b01e5 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -126,6 +126,9 @@ 'views/ged_tracking.xml', 'views/dunning_run_ged.xml', 'views/account_move_multi_update_bills.xml', + 'views/def_cargo_province.xml', + 'views/def_cargo_city.xml', + 'views/def_cargo_district.xml', 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', -- cgit v1.2.3