Skip to content

Commit 1a2b95d

Browse files
Update version numbers and install status
1 parent 47f79ce commit 1a2b95d

File tree

8 files changed

+16
-17
lines changed

8 files changed

+16
-17
lines changed

base_import_async/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Asynchronous Import",
77
"summary": "Import CSV files in the background",
8-
"version": "18.0.1.0.0",
8+
"version": "19.0.1.0.0",
99
"author": "Akretion, ACSONE SA/NV, Odoo Community Association (OCA)",
1010
"license": "AGPL-3",
1111
"website": "https://github.com/OCA/queue",
@@ -20,6 +20,6 @@
2020
"base_import_async/static/src/xml/import_data_sidepanel.xml",
2121
],
2222
},
23-
"installable": False,
23+
"installable": True,
2424
"development_status": "Production/Stable",
2525
}

queue_job/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "Job Queue",
5-
"version": "18.0.2.0.2",
5+
"version": "19.0.1.0.0",
66
"author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)",
77
"website": "https://github.com/OCA/queue",
88
"license": "LGPL-3",
@@ -27,7 +27,7 @@
2727
"/queue_job/static/src/views/**/*",
2828
],
2929
},
30-
"installable": False,
30+
"installable": True,
3131
"development_status": "Mature",
3232
"maintainers": ["guewen"],
3333
"post_init_hook": "post_init_hook",

queue_job_batch/__manifest__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Job Queue Batch",
7-
"version": "18.0.1.0.0",
7+
"version": "19.0.1.0.0",
88
"author": "Creu Blanca,Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/queue",
1010
"license": "AGPL-3",
@@ -29,7 +29,6 @@
2929
"queue_job_batch/static/src/**/*.xml",
3030
"queue_job_batch/static/src/**/*.scss",
3131
],
32-
'installable': False,
33-
},
34-
'installable': False,
32+
},
33+
'installable': True,
3534
}

queue_job_cron/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
{
55
"name": "Scheduled Actions as Queue Jobs",
6-
"version": "18.0.1.1.1",
6+
"version": "19.0.1.0.0",
77
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/queue",
99
"license": "AGPL-3",
1010
"category": "Generic Modules",
1111
"depends": ["queue_job"],
1212
"data": ["data/data.xml", "views/ir_cron_view.xml"],
13-
"installable": False,
13+
"installable": True,
1414
}

queue_job_cron_jobrunner/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Queue Job Cron Jobrunner",
33
"summary": "Run jobs without a dedicated JobRunner",
4-
"version": "18.0.1.0.1",
4+
"version": "19.0.1.0.0",
55
"development_status": "Alpha",
66
"author": "Camptocamp SA, Odoo Community Association (OCA)",
77
"maintainers": ["ivantodorovich"],
@@ -13,5 +13,5 @@
1313
"data/ir_cron.xml",
1414
"views/ir_cron.xml",
1515
],
16-
"installable": False,
16+
"installable": True,
1717
}

queue_job_subscribe/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
33
{
44
"name": "Queue Job Subscribe",
5-
"version": "18.0.1.0.0",
5+
"version": "19.0.1.0.0",
66
"author": "Acsone SA/NV, Odoo Community Association (OCA)",
77
"website": "https://github.com/OCA/queue",
88
"summary": "Control which users are subscribed to queue job notifications",
99
"license": "AGPL-3",
1010
"category": "Generic Modules",
1111
"depends": ["queue_job"],
1212
"data": ["views/res_users_view.xml"],
13-
"installable": False,
13+
"installable": True,
1414
}

test_queue_job/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Queue Job Tests",
6-
"version": "18.0.2.0.0",
6+
"version": "19.0.1.0.0",
77
"author": "Camptocamp,Odoo Community Association (OCA)",
88
"license": "LGPL-3",
99
"category": "Generic Modules",
@@ -15,5 +15,5 @@
1515
"security/ir.model.access.csv",
1616
"data/queue_job_test_job.xml",
1717
],
18-
"installable": False,
18+
"installable": True,
1919
}

test_queue_job_batch/__manifest__.py

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

44
{
55
"name": "Test Job Queue Batch",
6-
"version": "18.0.1.0.0",
6+
"version": "19.0.1.0.0",
77
"author": "Creu Blanca,Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/queue",
99
"license": "AGPL-3",

0 commit comments

Comments
 (0)