mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
24 lines
752 B
Python
24 lines
752 B
Python
# 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": "1.0.2.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,
|
|
}
|