# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# © 2015 Grupo ESOC Ingeniería de Servicios, S.L.U.

{
    "name": "Partner second last name",
    "version": "8.0.4.0.0",
    "author": "Grupo ESOC, Odoo Community Association (OCA)",
    "license": "AGPL-3",
    "maintainer": "Odoo Community Association (OCA)",
    "category": "Extra Tools",
    "website": "http://www.grupoesoc.es",
    "depends": [
        "partner_firstname"
    ],
    "data": [
        "views/res_partner.xml",
        "views/res_user.xml",
    ],
    "installable": True,
}