mirror of
https://github.com/bringout/oca-crm.git
synced 2026-04-18 15:12:03 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
736 B
Python
22 lines
736 B
Python
# Copyright 2024 Moduon Team S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0)
|
|
|
|
{
|
|
"name": "CRM Project Create",
|
|
"summary": "Allow create projects from lead/opportunity",
|
|
"version": "16.0.1.1.0",
|
|
"development_status": "Alpha",
|
|
"category": "Sales/CRM",
|
|
"website": "https://github.com/OCA/crm",
|
|
"author": "Moduon, Odoo Community Association (OCA)",
|
|
"maintainers": ["EmilioPascual", "rafaelbn"],
|
|
"license": "LGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["crm", "sale_project", "mail_message_destiny_link_template"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"wizards/crm_create_project.xml",
|
|
"views/crm_lead.xml",
|
|
],
|
|
}
|