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.

28 lines
607 B

  1. # -*- coding: utf-8 -*-
  2. # © 2013 Therp BV
  3. # © 2014 ACSONE SA/NV
  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": "9.0.1.0.0",
  9. "author": "Therp BV,Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "complexity": "normal",
  12. "category": "Tools",
  13. "depends": [
  14. 'web',
  15. ],
  16. "data": [
  17. ],
  18. "js": [
  19. ],
  20. "css": [
  21. ],
  22. "auto_install": False,
  23. "installable": True,
  24. "external_dependencies": {
  25. 'python': [],
  26. },
  27. }