mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 03:12:07 +02:00
16 lines
587 B
Python
16 lines
587 B
Python
# Copyright 2016 Antiun Ingeniería S.L. - Jairo Llopis
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Firstname and Lastname in Leads",
|
|
"summary": "Specify split names for contacts in leads",
|
|
"version": "16.0.1.0.1",
|
|
"category": "Customer Relationship Management",
|
|
"website": "https://github.com/OCA/crm",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["crm", "partner_firstname"],
|
|
"data": ["views/crm_lead_view.xml"],
|
|
}
|