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.

19 lines
630 B

  1. # Copyright 2020 Tecnativa - David Vidal
  2. # License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
  3. {
  4. "name": "Partner Routes",
  5. "summary": "Base module to assign routes to partners",
  6. "version": "12.0.1.0.0",
  7. "category": "Customer Relationship Management",
  8. "website": "https://github.com/OCA/partner-contact",
  9. "author": "Tecnativa,"
  10. "Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "depends": ["contacts"],
  13. "data": [
  14. "security/res_groups.xml",
  15. "security/ir.model.access.csv",
  16. "views/partner_route_view.xml",
  17. ],
  18. "installable": True,
  19. }