mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:52:04 +02:00
33 lines
974 B
Python
33 lines
974 B
Python
# Copyright 2019 Creu Blanca
|
|
# Copyright 2023 ForgeFlow S.L. (http://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
|
|
{
|
|
"name": "Job Queue Batch",
|
|
"version": "16.0.1.0.1",
|
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/queue",
|
|
"license": "AGPL-3",
|
|
"category": "Generic Modules",
|
|
"depends": [
|
|
"queue_job",
|
|
],
|
|
"data": [
|
|
# data
|
|
"data/queue_job_channel_data.xml",
|
|
"data/queue_job_function_data.xml",
|
|
# security
|
|
"security/security.xml",
|
|
"security/ir.model.access.csv",
|
|
# views
|
|
"views/queue_job_views.xml",
|
|
"views/queue_job_batch_views.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"queue_job_batch/static/src/js/*.js",
|
|
"queue_job_batch/static/src/scss/systray.scss",
|
|
"queue_job_batch/static/src/xml/*.xml",
|
|
],
|
|
},
|
|
}
|