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