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.

21 lines
595 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. "version": "8.0.4.0.0",
  7. "author": "Grupo ESOC, Odoo Community Association (OCA)",
  8. "license": "AGPL-3",
  9. "maintainer": "Odoo Community Association (OCA)",
  10. "category": "Extra Tools",
  11. "website": "http://www.grupoesoc.es",
  12. "depends": [
  13. "partner_firstname"
  14. ],
  15. "data": [
  16. "views/res_partner.xml",
  17. "views/res_user.xml",
  18. ],
  19. "installable": True,
  20. }