summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/purchasing_job.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-12-14 15:16:55 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-12-14 15:16:55 +0700
commitce2b8502ab85419096dda2bffaffbec4a096a99f (patch)
tree852dfc2e6a7a89c8a4a42daf8d89d662fe8d1b03 /indoteknik_custom/views/purchasing_job.xml
parenteabbbadc5114f6c1edb9ec6bb74a296477f02b5a (diff)
bug fix window multi update
Diffstat (limited to 'indoteknik_custom/views/purchasing_job.xml')
-rw-r--r--indoteknik_custom/views/purchasing_job.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<record id="purchasing_job_multi_update_ir_actions_server" model="ir.actions.server">
<field name="name">Generate Automatic PO</field>
- <field name="model_id" ref="indoteknik_custom.v_purchasing_job_tree"/>
- <field name="binding_model_id" ref="indoteknik_custom.v_purchasing_job_tree"/>
+ <field name="model_id" ref="model_v_purchasing_job"/>
+ <field name="binding_model_id" ref="model_v_purchasing_job"/>
<field name="binding_view_types">form,list</field>
<field name="state">code</field>
<field name="code">action = records.open_form_multi_generate_request_po()</field>