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 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'indoteknik_custom/views/account_move.xml') 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 -- cgit v1.2.3