From e035d5ce7097daf04fbe289298a5950108a54002 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 12 Jun 2024 11:12:30 +0700 Subject: function multi create uangmuka pembelian on po --- indoteknik_custom/views/purchase_order.xml | 9 ++++++ .../views/purchase_order_multi_uangmuka.xml | 36 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 indoteknik_custom/views/purchase_order_multi_uangmuka.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index bb38715e..47dc7a15 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -246,6 +246,15 @@ action = records.open_form_multi_confirm_po() + + + Uang Muka + + + code + action = records.open_form_multi_create_uang_muka() + + Cancel PO diff --git a/indoteknik_custom/views/purchase_order_multi_uangmuka.xml b/indoteknik_custom/views/purchase_order_multi_uangmuka.xml new file mode 100644 index 00000000..68290cfa --- /dev/null +++ b/indoteknik_custom/views/purchase_order_multi_uangmuka.xml @@ -0,0 +1,36 @@ + + + + + Purchase Order Multi Create Uangmuka + purchase.order.multi_uangmuka + +
+

+ Pembuatan semi otomatis Uang Muka Pembelian, mohon dicek kembali +

+ + + + + + + +
+
+
+
+
+ + + Purchase Order Multi Create Uangmuka + purchase.order.multi_uangmuka + ir.actions.act_window + form + + new + +
+
\ No newline at end of file -- cgit v1.2.3