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.

21 lines
570 B

  1. # © 2013 Therp BV
  2. # © 2014 ACSONE SA/NV
  3. # Copyright 2018 Quartile Limited
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "dbfilter_from_header",
  7. "summary": "Filter databases with HTTP headers",
  8. "version": "12.0.1.0.0",
  9. "website": "https://github.com/OCA/server-tools",
  10. "author": "Therp BV, "
  11. "Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "complexity": "normal",
  14. "category": "Tools",
  15. "depends": [
  16. 'web',
  17. ],
  18. "auto_install": False,
  19. 'installable': True,
  20. }