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

14 lines
482 B
Python

# Copyright 2019 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Scheduled Actions as Queue Jobs",
"version": "16.0.2.1.0",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/queue",
"license": "AGPL-3",
"category": "Generic Modules",
"depends": ["queue_job"],
"data": ["data/data.xml", "views/ir_cron_view.xml"],
"installable": True,
}