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.

31 lines
1.0 KiB

  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. "Tecnativa, "
  13. "LasLabs, "
  14. "Odoo Community Association (OCA)",
  15. 'license': "AGPL-3",
  16. 'maintainer': 'Camptocamp, Acsone',
  17. 'category': 'Extra Tools',
  18. 'website': 'http://www.camptocamp.com, '
  19. 'http://www.acsone.eu, '
  20. 'http://grupoesoc.es',
  21. 'depends': ['base_setup'],
  22. 'data': [
  23. 'views/base_config_view.xml',
  24. 'views/res_partner.xml',
  25. 'views/res_user.xml',
  26. 'data/res_partner.yml',
  27. ],
  28. 'auto_install': False,
  29. 'installable': True,
  30. }