From dd130d106600f48a9b3513c75a298946c8aa0334 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 28 Mar 2023 16:08:43 +0700 Subject: automatic po --- indoteknik_custom/views/automatic_purchase.xml | 100 +++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 indoteknik_custom/views/automatic_purchase.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml new file mode 100644 index 00000000..8873c58a --- /dev/null +++ b/indoteknik_custom/views/automatic_purchase.xml @@ -0,0 +1,100 @@ + + + + automatic.purchase.tree + automatic.purchase + + + + + + + + + + + + automatic.purchase.line.tree + automatic.purchase.line + + + + + + + + + + + + + + + + + + automatic.purchase.match.tree + automatic.purchase.match + + + + + + + + + + + automatic.purchase.form + automatic.purchase + +
+ +
+ + + + + + + +
+
+
+
+ + + + + + + + + + + + + + + Automatic Purchase + ir.actions.act_window + automatic.purchase + tree,form + + + + \ No newline at end of file -- cgit v1.2.3 From 42c65ada49ff3e59d1b8c4763fba7abe3216eee4 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 29 Mar 2023 11:19:33 +0700 Subject: add brand and vendor in automatic purchase --- indoteknik_custom/views/automatic_purchase.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml index 8873c58a..49751f4e 100644 --- a/indoteknik_custom/views/automatic_purchase.xml +++ b/indoteknik_custom/views/automatic_purchase.xml @@ -6,6 +6,7 @@ + @@ -18,6 +19,7 @@ automatic.purchase.line + @@ -54,6 +56,7 @@ + -- cgit v1.2.3