# 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", ], }