From 5446eefa619906ba785d1f867fd828cce0d0748c Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 29 Dec 2023 13:44:00 +0700 Subject: multi update paid status on po --- indoteknik_custom/views/purchase_order.xml | 9 +++++++ .../views/purchase_order_multi_update.xml | 31 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 indoteknik_custom/views/purchase_order_multi_update.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 21e8c328..3a95393e 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -188,4 +188,13 @@ + + + Update Paid Status + + + code + action = records.open_form_multi_update_paid_status() + + \ No newline at end of file diff --git a/indoteknik_custom/views/purchase_order_multi_update.xml b/indoteknik_custom/views/purchase_order_multi_update.xml new file mode 100644 index 00000000..7cfcd64d --- /dev/null +++ b/indoteknik_custom/views/purchase_order_multi_update.xml @@ -0,0 +1,31 @@ + + + + + Purchase Order Multi Update Paid Status + purchase.order.multi_update + +
+ + + Apakah Anda Yakin Ingin Mengubah Paid Status? + + +
+
+
+
+
+ + + Purchase Order Multi Update Paid Status + purchase.order.multi_update + ir.actions.act_window + form + + new + +
+
\ No newline at end of file -- cgit v1.2.3