Skip to content

Commit

Permalink
[MIG] scheduler_error_mailer: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karizma committed Oct 15, 2024
1 parent 02c0139 commit b2a6697
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scheduler_error_mailer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{
"name": "Scheduler Error Mailer",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Extra Tools",
"license": "AGPL-3",
"author": "Akretion,Sodexis,Odoo Community Association (OCA)",
Expand Down
3 changes: 0 additions & 3 deletions scheduler_error_mailer/demo/ir_cron_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<field name="user_id" ref="base.user_root" />
<field name="interval_number">1</field>
<field name="interval_type">hours</field>
<field name="numbercall">-1</field>
<!-- don't limit the number of calls -->
<field name="doall" eval="True" />
<field name="model_id" ref="model_ir_cron" />
<field name="state">code</field>
<field name="code">model._test_scheduler_failure()</field>
Expand Down
2 changes: 1 addition & 1 deletion scheduler_error_mailer/views/ir_cron.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<field name="model">ir.cron</field>
<field name="inherit_id" ref="base.ir_cron_view_form" />
<field name="arch" type="xml">
<field name="doall" position="after">
<field name="priority" position="after">
<field name="email_template_id" />
</field>
</field>
Expand Down

0 comments on commit b2a6697

Please sign in to comment.