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.

26 lines
794 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014-2015 Tecnativa S.L. - Jairo Llopis
  3. # Copyright 2016 Tecnativa S.L. - Vicent Cubells
  4. # Copyright 2017 Tecnativa S.L. - David Vidal
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'Contact department',
  8. "summary": "Assign contacts to departments",
  9. 'version': '10.0.1.0.0',
  10. 'category': 'Customer Relationship Management',
  11. 'author': 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. "license": "AGPL-3",
  14. 'website': 'http://www.tecnativa.com',
  15. "application": False,
  16. 'depends': [
  17. 'base',
  18. ],
  19. 'data': [
  20. 'security/ir.model.access.csv',
  21. 'views/res_partner_department_view.xml',
  22. 'views/res_partner_view.xml',
  23. ],
  24. "installable": True,
  25. }