mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:32:02 +02:00
18 lines
535 B
Python
18 lines
535 B
Python
# Copyright 2016 Camptocamp SA
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
|
|
|
|
{
|
|
"name": "Queue Job Tests",
|
|
"version": "16.0.2.3.0",
|
|
"author": "Camptocamp,Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"category": "Generic Modules",
|
|
"depends": ["queue_job"],
|
|
"website": "https://github.com/OCA/queue",
|
|
"data": [
|
|
"data/queue_job_channel_data.xml",
|
|
"data/queue_job_function_data.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
"installable": True,
|
|
}
|