2021-03-23 19:13:18 +00:00
|
|
|
# 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",
|
2022-06-29 18:38:32 +00:00
|
|
|
"version": "2.0.1.1.0",
|
2021-03-23 19:13:18 +00:00
|
|
|
"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,
|
|
|
|
}
|