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
1.0 KiB

  1. # -*- coding: utf-8 -*-
  2. # Copyright (c) 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
  3. # Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  4. # Copyright (c) 2015 Antiun Ingeniería S.L. (http://www.antiun.com)
  5. # Antonio Espinosa <antonioea@antiun.com>
  6. # © 2015 Antiun Ingeniería S.L. - Jairo Llopis
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  8. {
  9. 'name': 'Contact department',
  10. "summary": "Assign contacts to departments",
  11. 'version': '8.0.1.0.0',
  12. 'category': 'Customer Relationship Management',
  13. 'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza, '
  14. 'Antiun Ingeniería S.L., '
  15. "Odoo Community Association (OCA)",
  16. "license": "AGPL-3",
  17. 'website': 'http://www.antiun.com',
  18. "application": False,
  19. 'depends': [
  20. 'base',
  21. ],
  22. 'data': [
  23. 'security/ir.model.access.csv',
  24. 'views/res_partner_department_view.xml',
  25. 'views/res_partner_view.xml',
  26. ],
  27. "installable": True,
  28. }