mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
18 lines
700 B
Python
18 lines
700 B
Python
# Copyright 2015 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
|
|
# Copyright 2015 Antiun Ingenieria S.L. - Antonio Espinosa
|
|
# Copyright 2017 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Partner second last name",
|
|
"summary": "Have split first and second lastnames",
|
|
"version": "2.0.1.1.0",
|
|
"license": "AGPL-3",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
|
"category": "Partner Management",
|
|
"depends": ["partner_firstname"],
|
|
"data": ["views/res_partner.xml", "views/res_user.xml"],
|
|
"installable": True,
|
|
}
|