Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runbot_merge/models/crons/validate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</record>

<record model="ir.cron" id="cron_validate">
<field name="name">Close issues linked to merged PRs</field>
<field name="name">Validate previously blocked batches</field>
<field name="model_id" ref="model_runbot_merge_batch_validate"/>
<field name="state">code</field>
<field name="code">model._run()</field>
Expand Down