From eabbbadc5114f6c1edb9ec6bb74a296477f02b5a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 14 Dec 2023 14:13:32 +0700 Subject: initial commit purchasing job --- indoteknik_custom/views/purchasing_job.xml | 83 ++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 indoteknik_custom/views/purchasing_job.xml (limited to 'indoteknik_custom/views/purchasing_job.xml') diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml new file mode 100644 index 00000000..0af4455d --- /dev/null +++ b/indoteknik_custom/views/purchasing_job.xml @@ -0,0 +1,83 @@ + + + + v.purchasing.job.tree + v.purchasing.job + + + + + + + + + + + + + + + + v.purchasing.job.form + v.purchasing.job + +
+ + + + + + + + + + + + + + + + +
+
+
+ + + v.purchasing.job.list.select + v.purchasing.job + + + + + + + + + + + + Purchasing Job + ir.actions.act_window + v.purchasing.job + + tree,form + + + + Generate Automatic PO + + + form,list + code + action = records.open_form_multi_generate_request_po() + + + + +
\ No newline at end of file -- cgit v1.2.3 From ce2b8502ab85419096dda2bffaffbec4a096a99f Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 14 Dec 2023 15:16:55 +0700 Subject: bug fix window multi update --- indoteknik_custom/views/purchasing_job.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views/purchasing_job.xml') diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index 0af4455d..42dfd359 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -65,8 +65,8 @@ Generate Automatic PO - - + + form,list code action = records.open_form_multi_generate_request_po() -- cgit v1.2.3 From 624e4077925cf1517097da015076dd4385cf286c Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 27 Dec 2023 10:13:47 +0700 Subject: validate if product have po --- indoteknik_custom/views/purchasing_job.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views/purchasing_job.xml') diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index 42dfd359..e9d83ba5 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -13,6 +13,7 @@ + -- cgit v1.2.3 From 5eabba4b2a8a3e1ec233f60c6aa7a0fa7414fd51 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 27 Dec 2023 13:37:37 +0700 Subject: alert if so have matches po --- indoteknik_custom/views/purchasing_job.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'indoteknik_custom/views/purchasing_job.xml') diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index e9d83ba5..42dfd359 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -13,7 +13,6 @@ - -- cgit v1.2.3 From b2377426bec8aa334277aac48b0b25f0dfac420f Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 25 Mar 2024 13:07:44 +0700 Subject: purchasing job feedback --- indoteknik_custom/views/purchasing_job.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views/purchasing_job.xml') diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index 42dfd359..c439dc8f 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -6,12 +6,14 @@ + + -- cgit v1.2.3