__openerp__.py 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. # -*- coding: utf-8 -*-
  2. #################################################################################
  3. #
  4. # Copyright (c) 2015-Present Webkul Software Pvt. Ltd. (<https://webkul.com/>)
  5. #
  6. #################################################################################
  7. {
  8. "name": "Website Scroll Back To Top",
  9. "category": 'Website' ,
  10. "summary": """scroll website from back to top.""",
  11. "description": """
  12. ====================
  13. **Help and Support**
  14. ====================
  15. .. |icon_features| image:: website_back2top/static/src/img/icon-features.png
  16. .. |icon_support| image:: website_back2top/static/src/img/icon-support.png
  17. .. |icon_help| image:: website_back2top/static/src/img/icon-help.png
  18. |icon_help| `Help <https://webkul.com/ticket/open.php>`_ |icon_support| `Support <https://webkul.com/ticket/open.php>`_ |icon_features| `Request new Feature(s) <https://webkul.com/ticket/open.php>`_
  19. """,
  20. "sequence": 1,
  21. 'images':['static/description/banner.png'],
  22. "author": "Webkul Software Pvt. Ltd.",
  23. "website": "http://www.webkul.com",
  24. "version": '1.0',
  25. "depends": ['website'],
  26. "data": [
  27. 'views/templates.xml',
  28. ],
  29. "installable": True,
  30. "application": True,
  31. "auto_install": False,
  32. }