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.

29 lines
959 B

6 years ago
  1. # Copyright 2013 Nicolas Bessi (Camptocamp SA)
  2. # Copyright 2014 Agile Business Group (<http://www.agilebg.com>)
  3. # Copyright 2015 Grupo ESOC (<http://www.grupoesoc.es>)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Partner first name and last name",
  7. "summary": "Split first name and last name for non company partners",
  8. "version": "14.0.1.1.0",
  9. "author": "Camptocamp, "
  10. "Grupo ESOC Ingeniería de Servicios, "
  11. "Tecnativa, "
  12. "LasLabs, "
  13. "ACSONE SA/NV, "
  14. "Odoo Community Association (OCA)",
  15. "license": "AGPL-3",
  16. "maintainer": "Camptocamp, Acsone",
  17. "category": "Extra Tools",
  18. "website": "https://github.com/OCA/partner-contact",
  19. "depends": ["base_setup"],
  20. "post_init_hook": "post_init_hook",
  21. "data": [
  22. "views/base_config_view.xml",
  23. "views/res_partner.xml",
  24. "views/res_user.xml",
  25. ],
  26. "auto_install": False,
  27. "installable": True,
  28. }