diff options
| author | HafidBuroiroh <hafidburoiroh09@gmail.com> | 2026-03-12 17:12:30 +0700 |
|---|---|---|
| committer | HafidBuroiroh <hafidburoiroh09@gmail.com> | 2026-03-12 17:12:30 +0700 |
| commit | a265a0d89375f54a251969e789410e76deda5e8a (patch) | |
| tree | 1339bc99064ef99bbe688f0c77d4697081bf06ac /indoteknik_custom/views/sourcing.xml | |
| parent | 5210640b3b1c790c2e59b24af54587536473f1be (diff) | |
<hafid> fix notif sourcing
Diffstat (limited to 'indoteknik_custom/views/sourcing.xml')
| -rw-r--r-- | indoteknik_custom/views/sourcing.xml | 10 |
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> |
