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
796 B

  1. # Copyright 2014-2015 Tecnativa S.L. - Jairo Llopis
  2. # Copyright 2016 Tecnativa S.L. - Vicent Cubells
  3. # Copyright 2017 Tecnativa S.L. - David Vidal
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Partner Contact Department',
  7. "summary": "Assign contacts to departments",
  8. 'version': '12.0.1.0.0',
  9. 'category': 'Customer Relationship Management',
  10. 'author': 'Tecnativa, '
  11. 'Odoo Community Association (OCA)',
  12. "license": "AGPL-3",
  13. 'website': 'https://github.com/OCA/partner-contact',
  14. "application": False,
  15. 'depends': [
  16. 'contacts',
  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. }