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.

72 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =============
  5. Shortcut Menu
  6. =============
  7. Adds a button to the top menu which opens a menu containing the user's shortcuts.
  8. Configuration
  9. =============
  10. To configure this module, you need to:
  11. #. Go to any view;
  12. #. click on the star icon besides the title to add / remove a shortcut.
  13. Usage
  14. =====
  15. To use this module, you need to:
  16. #. Click on the star icon in the right corner of the top menu;
  17. #. click the shortcut you want.
  18. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  19. :alt: Try me on Runbot
  20. :target: https://runbot.odoo-community.org/runbot/162/10.0
  21. Known Issues
  22. ============
  23. Clicking shortcut menu item sometimes doesn't trigger the left side submenu widget
  24. updating except reloading the whole page.
  25. Client side may raise TypeError exception randomly: this.active_view is null.
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `GitHub Issues
  29. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  30. check there if your issue has already been reported. If you spotted it first,
  31. help us smashing it by providing a detailed and welcomed feedback.
  32. Credits
  33. =======
  34. Contributors
  35. ------------
  36. * Adrien Peiffer
  37. * Dennis Sluijk <d.sluijk@onestein.nl>
  38. * Odoo SA
  39. * Thomas Binsfeld <thomas.binsfeld@acsone.eu>
  40. * Henry Zhou (MAXodoo) <zhouhenry@live.com>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit https://odoo-community.org.
  51. **This module is a port from Odoo SA and as such, it is not included in the OCA CLA. That means we do not have a copy of the copyright on it like all other OCA modules.**