-
-
Notifications
You must be signed in to change notification settings - Fork 466
Expand file tree
/
Copy pathqueue_job_function_data.xml
More file actions
25 lines (24 loc) · 853 Bytes
/
queue_job_function_data.xml
File metadata and controls
25 lines (24 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<odoo noupdate="1">
<record
id="job_function_connector_test_binding_job_related_action_unwrap"
model="queue.job.function"
>
<field name="model_id" ref="test_connector.model_connector_test_binding" />
<field name="method">job_related_action_unwrap</field>
<field
name="related_action"
eval='{"func_name": "related_action_unwrap_binding"}'
/>
</record>
<record
id="job_function_no_inherits_binding_job_related_action_unwrap"
model="queue.job.function"
>
<field name="model_id" ref="test_connector.model_no_inherits_binding" />
<field name="method">job_related_action_unwrap</field>
<field
name="related_action"
eval='{"func_name": "related_action_unwrap_binding"}'
/>
</record>
</odoo>