You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
595 B
21 lines
595 B
# -*- 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,
|
|
}
|