Skip to content

Commit

Permalink
[IMP] queue_job_cron_jobrunner: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
achulii committed Nov 18, 2024
1 parent 6e65b55 commit 17ad576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions queue_job_cron_jobrunner/data/ir_cron.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="queue_job_cron" model="ir.cron">
<field name="name">Queue Job Runner</field>
<field name="model_id" ref="queue_job.model_queue_job" />
Expand All @@ -12,5 +11,4 @@
<field name="interval_type">days</field>
<field name="numbercall">-1</field>
</record>

</odoo>
2 changes: 0 additions & 2 deletions queue_job_cron_jobrunner/views/ir_cron.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
-->
<odoo>

<record id="ir_cron_view_form" model="ir.ui.view">
<field name="model">ir.cron</field>
<field name="inherit_id" ref="base.ir_cron_view_form" />
Expand All @@ -15,5 +14,4 @@
</field>
</field>
</record>

</odoo>

0 comments on commit 17ad576

Please sign in to comment.