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.

52 lines
1.6 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # OpenERP, Open Source Management Solution
  5. # Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
  6. # Financed and Planified by Vauxoo
  7. # developed by: nhomar@vauxoo.com
  8. #
  9. # This program is free software: you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation, either version 3 of the License, or
  12. # (at your option) any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. #
  22. ##############################################################################
  23. {
  24. 'name': "Web Hide Left Menu",
  25. 'author': "Vauxoo",
  26. 'category': "Hidden",
  27. 'description': """
  28. Hide Left menu:
  29. ===============
  30. This module just add a button un User Menu to hide the left menu specially useful
  31. when you are analysing a bunch of data.
  32. Original module by Vauxoo, Migrated to V8.0 by Ahmet Altinisik
  33. """,
  34. 'version': "8.0",
  35. 'depends': ['web'],
  36. 'js': [
  37. 'static/src/js/lib.js',
  38. ],
  39. 'css': [
  40. 'static/src/css/lib.css',
  41. ],
  42. 'qweb': [
  43. 'static/src/xml/lib.xml',
  44. ],
  45. 'installable': True,
  46. 'auto_install': False,
  47. 'web_preload': False,
  48. }