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.

30 lines
1001 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': '11.0.1.0.1',
  10. 'author': "Camptocamp, "
  11. "Grupo ESOC Ingeniería de Servicios, "
  12. "Tecnativa, "
  13. "LasLabs, "
  14. "ACSONE SA/NV, "
  15. "Odoo Community Association (OCA)",
  16. 'license': "AGPL-3",
  17. 'maintainer': 'Camptocamp, Acsone',
  18. 'category': 'Extra Tools',
  19. 'website': 'https://odoo-community.org/',
  20. 'depends': ['base_setup'],
  21. 'post_init_hook': 'post_init_hook',
  22. 'data': [
  23. 'views/base_config_view.xml',
  24. 'views/res_partner.xml',
  25. 'views/res_user.xml',
  26. ],
  27. 'auto_install': False,
  28. 'installable': True,
  29. }