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.

25 lines
733 B

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