oca-technical/odoo-bringout-oca-queue-test_queue_job/test_queue_job/__manifest__.py
2025-08-29 15:43:03 +02:00

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,
}