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.

36 lines
844 B

  1. # -*- coding: utf-8 -*-
  2. # © Vauxoo <nhomar@vauxoo.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Web Hide Left Menu",
  6. "summary": """
  7. Hide Left menu:
  8. ===============
  9. This module just add a button un User Menu to hide the left menu specially useful
  10. when you are analysing a bunch of data.
  11. Original module by Vauxoo, Migrated to V8.0 by Ahmet Altinisik
  12. """,
  13. "version": "8.0.1.0.0",
  14. "category": "Hidden",
  15. "website": "https://odoo-community.org/",
  16. "author": "Vauxoo, Odoo Community Association (OCA)",
  17. "license": "AGPL-3",
  18. "application": False,
  19. "installable": True,
  20. "depends": [
  21. "web",
  22. ],
  23. "js": [
  24. "static/src/js/lib.js",
  25. ],
  26. "css": [
  27. "static/src/css/lib.css",
  28. ],
  29. "qweb": [
  30. "static/src/xml/lib.xml",
  31. ]
  32. }