disabled cron jobs that mess with migration
This commit is contained in:
parent
cdef6664d2
commit
5abdebb3a1
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
</record>
|
||||
|
||||
<!-- Scheduled action to archive players with no teams -->
|
||||
<!--
|
||||
<record id="ir_cron_archive_players_without_teams" model="ir.cron">
|
||||
<field name="name">Archive Players Without Teams</field>
|
||||
<field name="model_id" ref="model_sports_patient"/>
|
||||
|
|
@ -27,4 +28,5 @@
|
|||
<field name="user_id" ref="base.user_root"/>
|
||||
<field name="priority">100</field>
|
||||
</record>
|
||||
-->
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Reference in a new issue