summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2026-03-12 10:17:08 +0000
committerIT Fixcomart <it@fixcomart.co.id>2026-03-12 10:17:08 +0000
commitaa26f8dc29f0bab83a702243f4801fd017c50387 (patch)
tree1339bc99064ef99bbe688f0c77d4697081bf06ac /indoteknik_custom/views
parent5210640b3b1c790c2e59b24af54587536473f1be (diff)
parenta265a0d89375f54a251969e789410e76deda5e8a (diff)
Merged in CR/Sourcing-Job (pull request #502)
<hafid> fix notif sourcing
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/sourcing.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sourcing.xml b/indoteknik_custom/views/sourcing.xml
index cd1de5a4..5a78bbb3 100644
--- a/indoteknik_custom/views/sourcing.xml
+++ b/indoteknik_custom/views/sourcing.xml
@@ -674,6 +674,16 @@
<field name="groups_id" eval="[(4, ref('indoteknik_custom.group_role_merchandiser'))]"/>
</record>
+ <record id="action_sourcing_job_order_line_multi_ask_approval" model="ir.actions.server">
+ <field name="name">Multi Ask Approval</field>
+ <field name="model_id" ref="model_sourcing_job_order_line"/>
+ <field name="binding_model_id" ref="model_sourcing_job_order_line"/>
+ <field name="binding_type">action</field>
+ <field name="state">code</field>
+ <field name="code">action = records.action_ask_approval()</field>
+ <field name="groups_id" eval="[(4, ref('indoteknik_custom.group_role_merchandiser'))]"/>
+ </record>
+
<record id="action_sourcing_job_order_md" model="ir.actions.act_window">
<field name="name">Sourcing Job Orders</field>
<field name="res_model">sourcing.job.order.line</field>