From ad1f21b27dff6eca4eb90d2a4496cd9ff80701c4 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Sat, 12 Jul 2025 10:40:06 +0700 Subject: purchasing job, requisition, reordering v2 --- fixco_custom/views/purchasing_job.xml | 57 +++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 fixco_custom/views/purchasing_job.xml (limited to 'fixco_custom/views/purchasing_job.xml') diff --git a/fixco_custom/views/purchasing_job.xml b/fixco_custom/views/purchasing_job.xml new file mode 100644 index 0000000..7d16682 --- /dev/null +++ b/fixco_custom/views/purchasing_job.xml @@ -0,0 +1,57 @@ + + + + + purchasing.job.tree + purchasing.job + + + + + + + + + + + + + + + purchasing.job.list.select + purchasing.job + + + + + + + + + + Create Automatic Purchase + + + code + + action = records.create_automatic_purchase() + + + + + Purchasing Job + ir.actions.act_window + purchasing.job + + tree,form + + + + + -- cgit v1.2.3