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.

24 lines
750 B

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