From dfd4a1617d2c62b99d4bbcb6386b477874a33ebf Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 9 Jan 2024 15:03:15 +0700 Subject: multiple confirm purchase orders --- indoteknik_custom/views/purchase_order.xml | 9 +++++++ .../views/purchase_order_multi_confirm.xml | 31 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 indoteknik_custom/views/purchase_order_multi_confirm.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 3a95393e..fff582b1 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -197,4 +197,13 @@ action = records.open_form_multi_update_paid_status() + + + Confirm PO + + + code + action = records.open_form_multi_confirm_po() + + \ No newline at end of file diff --git a/indoteknik_custom/views/purchase_order_multi_confirm.xml b/indoteknik_custom/views/purchase_order_multi_confirm.xml new file mode 100644 index 00000000..0d38be9e --- /dev/null +++ b/indoteknik_custom/views/purchase_order_multi_confirm.xml @@ -0,0 +1,31 @@ + + + + + Purchase Order Multi Confirm + purchase.order.multi_confirm + +
+ + + Apakah Anda Yakin Ingin Confirm PO Tersebut? + + +
+
+
+
+
+ + + Purchase Order Multi Confirm + purchase.order.multi_confirm + ir.actions.act_window + form + + new + +
+
\ No newline at end of file -- cgit v1.2.3