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
708 B

  1. # -*- coding: utf-8 -*-
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. # © 2015 Grupo ESOC Ingeniería de Servicios, S.L.U.
  4. {
  5. "name": "Partner second last name",
  6. "summary": "Have split first and second lastnames",
  7. "version": "8.0.4.1.0",
  8. "license": "AGPL-3",
  9. "website": "https://grupoesoc.es",
  10. "author": "Grupo ESOC Ingeniería de Servicios, "
  11. "Odoo Community Association (OCA)",
  12. "maintainer": "Odoo Community Association (OCA)",
  13. "category": "Extra Tools",
  14. "depends": [
  15. "partner_firstname"
  16. ],
  17. "data": [
  18. "views/res_partner.xml",
  19. "views/res_user.xml",
  20. ],
  21. "installable": True,
  22. 'images': [],
  23. }