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/views/account_move.xml | 13 +++++++++ .../views/account_move_multi_update_bills.xml | 33 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 indoteknik_custom/views/account_move_multi_update_bills.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 1be6d118..93145fea 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -111,6 +111,8 @@ + + @@ -131,6 +133,9 @@ {'column_invisible': [('parent.move_type', '!=', 'in_invoice')]} + + + @@ -141,6 +146,14 @@ code action = records.open_form_multi_update() + + + Update Terima Faktur Bills + + + code + action = records.open_form_multi_update_bills() + Create Reklas Penjualan diff --git a/indoteknik_custom/views/account_move_multi_update_bills.xml b/indoteknik_custom/views/account_move_multi_update_bills.xml new file mode 100644 index 00000000..73f92d16 --- /dev/null +++ b/indoteknik_custom/views/account_move_multi_update_bills.xml @@ -0,0 +1,33 @@ + + + + + Account Move Multi Update Bills + account.move.multi_update_bills + +
+ + + + + + + +
+
+
+
+
+ + + Account Move Multi Update Bills + account.move.multi_update_bills + ir.actions.act_window + form + + new + +
+
\ No newline at end of file -- cgit v1.2.3