mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 16:52:05 +02:00
27 lines
768 B
Python
27 lines
768 B
Python
# Copyright 2023 Moduon Team S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
|
|
|
|
{
|
|
"name": "CRM Project Task",
|
|
"summary": "Create tasks from lead or opportunity",
|
|
"version": "16.0.1.0.2",
|
|
"development_status": "Alpha",
|
|
"category": "Sales/CRM",
|
|
"website": "https://github.com/OCA/crm",
|
|
"author": "Moduon, Odoo Community Association (OCA)",
|
|
"maintainers": ["EmilioPascual"],
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"crm",
|
|
"project",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/res_config_settings.xml",
|
|
"wizards/crm_create_task.xml",
|
|
"views/crm_lead.xml",
|
|
"views/project_task.xml",
|
|
],
|
|
}
|