oca-technical/odoo-bringout-oca-crm-crm_partner_assign/crm_partner_assign/__manifest__.py
2025-08-29 15:43:03 +02:00

23 lines
666 B
Python

# Copyright 2023 Moduon Team S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
{
"name": "CRM Partner Assign",
"summary": "Assign a Partner to an Opportunity/Lead/Partner to indicate Partnership",
"version": "16.0.0.1.2",
"development_status": "Alpha",
"category": "Sales/CRM",
"website": "https://github.com/OCA/crm",
"author": "Moduon, Odoo Community Association (OCA)",
"maintainers": ["Shide"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"crm",
],
"data": [
"views/crm_lead_view.xml",
"views/res_partner_view.xml",
],
}