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.
23 lines
739 B
23 lines
739 B
# 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": "12.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/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,
|
|
}
|