Skip to content

Commit

Permalink
[MIG] queue_job_cron_jobrunner: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderlienaerts committed Dec 6, 2023
1 parent 87eb6f0 commit b9722f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion queue_job_cron_jobrunner/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Queue Job Cron Jobrunner",
"summary": "Run jobs without a dedicated JobRunner",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"development_status": "Alpha",
"author": "Camptocamp SA, Odoo Community Association (OCA)",
"maintainers": ["ivantodorovich"],
Expand Down
5 changes: 1 addition & 4 deletions queue_job_cron_jobrunner/views/ir_cron.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
<field name="inherit_id" ref="base.ir_cron_view_form" />
<field name="arch" type="xml">
<field name="doall" position="after">
<field
name="queue_job_runner"
attrs="{'invisible': [('model_name', '!=', 'queue.job')]}"
/>
<field name="queue_job_runner" invisible="model_name != 'queue.job'" />
</field>
</field>
</record>
Expand Down

0 comments on commit b9722f9

Please sign in to comment.