partner-contact/partner_multi_name/__manifest__.py
2021-11-07 03:21:43 +00:00

28 lines
1018 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
# Copyright 2018 EXA Auto Parts S.A.S Guillermo Montoya <Github@guillermm>
# Copyright 2018 EXA Auto Parts S.A.S Joan Marín <Github@JoanMarin>
# Copyright 2018 EXA Auto Parts S.A.S Juan Ocampo <Github@Capriatto>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Partner Multi Name",
"summary": "Have split first and other names",
"version": "1.0.1.0.0",
"license": "AGPL-3",
"website": "https://gitlab.com/flectra-community/partner-contact",
"author": "EXA Auto Parts Github@exaap, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"category": "Partner Management",
"depends": [
"partner_second_lastname"
],
"data": [
"views/res_users_views.xml",
"views/res_partner_views.xml",
],
"installable": True,
}