mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 06:32:07 +02:00
22 lines
620 B
Python
22 lines
620 B
Python
# Copyright 2025 Moduon Team S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0)
|
|
|
|
{
|
|
"name": "CRM Partner Required",
|
|
"summary": "Field partner required in the opportunity",
|
|
"version": "16.0.1.0.1",
|
|
"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",
|
|
],
|
|
"data": [
|
|
"views/crm_lead_view.xml",
|
|
],
|
|
}
|