Skip to content

Commit

Permalink
[MIG] queue_job_subscribe: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiadavid committed Sep 14, 2023
1 parent aacedb1 commit a0a79ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queue_job_subscribe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Queue Job Subscribe",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Acsone SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/queue",
"summary": "Control which users are subscribed to queue job notifications",
"license": "AGPL-3",
"category": "Generic Modules",
"depends": ["queue_job"],
"data": ["views/res_users_view.xml"],
"installable": False,
"installable": True,
}

0 comments on commit a0a79ea

Please sign in to comment.