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

  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": "12.0.2.0.0",
  9. "license": "AGPL-3",
  10. "website": "https://github.com/OCA/partner-contact",
  11. "author": "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  13. "category": "Partner Management",
  14. "depends": [
  15. "partner_firstname",
  16. ],
  17. "data": [
  18. "views/res_partner.xml",
  19. "views/res_user.xml",
  20. ],
  21. "installable": True,
  22. }