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.

86 lines
2.3 KiB

  1. .. image:: https://img.shields.io/badge/license-LGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
  3. :alt: License: LGPL-3
  4. ==============
  5. Web Responsive
  6. ==============
  7. This module provides a mobile compliant interface for Odoo Community web.
  8. Features:
  9. * New navigation with an App drawer
  10. * Keyboard shortcuts for easier navigation
  11. Installation
  12. ============
  13. Configuration
  14. =============
  15. Usage
  16. =====
  17. Keyboard Shortcuts
  18. ------------------
  19. The following keyboard shortcuts are implemented:
  20. * Toggle App Drawer - `ActionKey <https://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers`_+``A``
  21. * Navigate Apps Drawer - Arrow Keys
  22. * Type to select App Links
  23. * ``esc`` to close App Drawer
  24. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  25. :alt: Try me on Runbot
  26. :target: https://runbot.odoo-community.org/runbot/154/9.0
  27. Known issues / Roadmap
  28. ======================
  29. * Provide full menu search feature instead of just App search
  30. * Drag drawer from left to open in mobile
  31. * Figure out how to test focus on hidden elements for keyboard nav tests
  32. * If you resize the window, body gets a wrong ``overflow: auto`` css property
  33. and you need to refresh your view or open/close the app drawer to fix that.
  34. * Override LESS styling to allow for responsive widget layouts
  35. Bug Tracker
  36. ===========
  37. Bugs are tracked on `GitHub Issues
  38. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  39. check there if your issue has already been reported. If you spotted it first,
  40. help us smashing it by providing a detailed and welcomed feedback.
  41. Credits
  42. =======
  43. Images
  44. ------
  45. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  46. Contributors
  47. ------------
  48. * Dave Lasley <dave@laslabs.com>
  49. * Jairo Llopis <jairo.llopis@tecnativa.com>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit https://odoo-community.org.