mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 22:32:01 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
<odoo noupdate="1">
|
||||
<record model="queue.job.channel" id="channel_queue_job_batch">
|
||||
<field name="name">queue.job.batch</field>
|
||||
<field name="parent_id" ref="queue_job.channel_root" />
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<odoo noupdate="1">
|
||||
<record id="job_function_queue_job_check_state" model="queue.job.function">
|
||||
<field name="model_id" ref="queue_job_batch.model_queue_job_batch" />
|
||||
<field name="channel_id" ref="queue_job_batch.channel_queue_job_batch" />
|
||||
<field name="method">check_state</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue