mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 01:12:04 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
35
odoo-bringout-oca-queue-queue_job/queue_job/__manifest__.py
Normal file
35
odoo-bringout-oca-queue-queue_job/queue_job/__manifest__.py
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
|
||||
|
||||
{
|
||||
"name": "Job Queue",
|
||||
"version": "16.0.2.11.4",
|
||||
"author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/queue",
|
||||
"license": "LGPL-3",
|
||||
"category": "Generic Modules",
|
||||
"depends": ["mail", "base_sparse_field", "web"],
|
||||
"external_dependencies": {"python": ["requests"]},
|
||||
"data": [
|
||||
"security/security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"views/queue_job_views.xml",
|
||||
"views/queue_job_channel_views.xml",
|
||||
"views/queue_job_function_views.xml",
|
||||
"wizards/queue_jobs_to_done_views.xml",
|
||||
"wizards/queue_jobs_to_cancelled_views.xml",
|
||||
"wizards/queue_requeue_job_views.xml",
|
||||
"views/queue_job_menus.xml",
|
||||
"data/queue_data.xml",
|
||||
"data/queue_job_function_data.xml",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"/queue_job/static/src/views/**/*",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
"development_status": "Mature",
|
||||
"maintainers": ["guewen"],
|
||||
"post_init_hook": "post_init_hook",
|
||||
"post_load": "post_load",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue