Skip to content

Commit ec84dfc

Browse files
committed
Merge PR #759 into 16.0
Signed-off-by sbidoul
2 parents fe69f67 + 065c582 commit ec84dfc

3 files changed

Lines changed: 12 additions & 23 deletions

File tree

queue_job/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "Job Queue",
5-
"version": "16.0.2.11.0",
5+
"version": "16.0.2.11.1",
66
"author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)",
77
"website": "https://github.com/OCA/queue",
88
"license": "LGPL-3",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
2+
from openupgradelib import openupgrade
3+
4+
5+
@openupgrade.migrate()
6+
def migrate(env, version):
7+
# Remove cron garbage collector
8+
openupgrade.delete_records_safely_by_xml_id(
9+
env,
10+
["queue_job.ir_cron_queue_job_garbage_collector"],
11+
)

queue_job/migrations/16.0.2.9.0/pre-migration.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)