mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:52:06 +02:00
14 lines
512 B
Python
14 lines
512 B
Python
# Copyright 2016 Cédric Pigeon
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Queue Job Subscribe",
|
|
"version": "16.0.1.1.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": True,
|
|
}
|