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.

22 lines
765 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 (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Partner Contact Department",
  7. "summary": "Assign contacts to departments",
  8. "version": "14.0.1.0.1",
  9. "category": "Customer Relationship Management",
  10. "author": "Tecnativa, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "website": "https://github.com/OCA/partner-contact",
  13. "application": False,
  14. "depends": ["contacts"],
  15. "data": [
  16. "security/ir.model.access.csv",
  17. "views/res_partner_department_view.xml",
  18. "views/res_partner_view.xml",
  19. ],
  20. "installable": True,
  21. }