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.

17 lines
687 B

  1. # Copyright 2015 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
  2. # Copyright 2015 Antiun Ingenieria S.L. - Antonio Espinosa
  3. # Copyright 2017 Tecnativa - Pedro M. Baeza
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Partner second last name",
  7. "summary": "Have split first and second lastnames",
  8. "version": "14.0.1.1.0",
  9. "license": "AGPL-3",
  10. "website": "https://github.com/OCA/partner-contact",
  11. "author": "Tecnativa, " "Odoo Community Association (OCA)",
  12. "category": "Partner Management",
  13. "depends": ["partner_firstname"],
  14. "data": ["views/res_partner.xml", "views/res_user.xml"],
  15. "installable": True,
  16. }