# 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.0.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,
}