From 52016c0ba728b92c913b560d0302a07f12ddfb9c Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 2 Jan 2023 14:24:45 +0700 Subject: add window purchase outstanding for check incoming qty --- indoteknik_custom/views/purchase_outstanding.xml | 72 ++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 indoteknik_custom/views/purchase_outstanding.xml (limited to 'indoteknik_custom/views/purchase_outstanding.xml') diff --git a/indoteknik_custom/views/purchase_outstanding.xml b/indoteknik_custom/views/purchase_outstanding.xml new file mode 100644 index 00000000..52003fd6 --- /dev/null +++ b/indoteknik_custom/views/purchase_outstanding.xml @@ -0,0 +1,72 @@ + + + + purchase.outstanding.tree + purchase.outstanding + + + + + + + + + + + + + + + + purchase.outstanding.form + purchase.outstanding + +
+ + + + + + + + + + + + + + + + +
+
+
+ + + purchase.outstanding.list.select + purchase.outstanding + + + + + + + + + + + Purchase Outstanding + ir.actions.act_window + purchase.outstanding + + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3 From ddaef3895870403548d032a892a3365de38c016c Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 2 Jan 2023 15:31:46 +0700 Subject: add sales outstanding for monitoring outgoing qty, and add sales person, purchaser --- indoteknik_custom/views/purchase_outstanding.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views/purchase_outstanding.xml') diff --git a/indoteknik_custom/views/purchase_outstanding.xml b/indoteknik_custom/views/purchase_outstanding.xml index 52003fd6..dc203744 100644 --- a/indoteknik_custom/views/purchase_outstanding.xml +++ b/indoteknik_custom/views/purchase_outstanding.xml @@ -7,6 +7,7 @@ + @@ -27,6 +28,7 @@ + -- cgit v1.2.3