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

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