From 0bb47005022b33c79ecfb5924d41f35ce794c5fb Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 27 Sep 2023 13:20:17 +0700 Subject: add modal to mark as on so, add tracking to stockpicking date_doc_kirim --- .../views/quotation_so_multi_update.xml | 31 ++++++++++++++++++++++ indoteknik_custom/views/sale_order.xml | 5 ++-- .../views/sale_orders_multi_update.xml | 31 ++++++++++++++++++++++ 3 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 indoteknik_custom/views/quotation_so_multi_update.xml create mode 100644 indoteknik_custom/views/sale_orders_multi_update.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/quotation_so_multi_update.xml b/indoteknik_custom/views/quotation_so_multi_update.xml new file mode 100644 index 00000000..d3d310d5 --- /dev/null +++ b/indoteknik_custom/views/quotation_so_multi_update.xml @@ -0,0 +1,31 @@ + + + + + Quotation Multi Update + quotation.so.multi_update + +
+ + + Apakah Anda Yakin Ingin Mengubah Status Menjadi Cancel? + + +
+
+
+
+
+ + + Quotation Multi Update + quotation.so.multi_update + ir.actions.act_window + form + + new + +
+
\ No newline at end of file diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index a0b5e779..bc098f18 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -193,16 +193,15 @@ form,list code - model.action_multi_update_state() + action = records.open_form_multi_update_state() Mark As Completed - form,list code - model.action_multi_update_invoice_status() + action = records.open_form_multi_update_status() \ No newline at end of file diff --git a/indoteknik_custom/views/sale_orders_multi_update.xml b/indoteknik_custom/views/sale_orders_multi_update.xml new file mode 100644 index 00000000..7f8d6a04 --- /dev/null +++ b/indoteknik_custom/views/sale_orders_multi_update.xml @@ -0,0 +1,31 @@ + + + + + Sale Orders Multi Update + sale.orders.multi_update + +
+ + + Apakah Anda Yakin Ingin Mengubah Invoice Status? + + +
+
+
+
+
+ + + Sale Orders Multi Update + sale.orders.multi_update + ir.actions.act_window + form + + new + +
+
\ No newline at end of file -- cgit v1.2.3