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.

109 lines
3.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. * Display kanban views for small screens format if an action or field One2x
  12. has a kanban view
  13. Installation
  14. ============
  15. Configuration
  16. =============
  17. Usage
  18. =====
  19. Keyboard Shortcuts
  20. ------------------
  21. The following keyboard shortcuts are implemented:
  22. * Toggle App Drawer - `ActionKey <https://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers`_+``A``
  23. * Navigate Apps Drawer - Arrow Keys
  24. * Type to select App Links
  25. * ``esc`` to close App Drawer
  26. Quick Search
  27. ------------
  28. A search feature is provided in the App Drawer, which allow for you to easily
  29. navigate menus without a mouse.
  30. To activate the search, just begin typing while within the App Drawer.
  31. You can use the arrow keys or mouse to navigate and select results, in a similar
  32. fashion to navigating the apps in the drawer.
  33. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  34. :alt: Try me on Runbot
  35. :target: https://runbot.odoo-community.org/runbot/154/9.0
  36. Known issues / Roadmap
  37. ======================
  38. Note: Data added to the footer ``support_branding`` is not shown while using
  39. this module.
  40. * Drag drawer from left to open in mobile
  41. * Figure out how to test focus on hidden elements for keyboard nav tests
  42. * Override LESS styling to allow for responsive widget layouts
  43. * Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
  44. great styles, but also `JavaScript that causes issues on mobile
  45. <https://github.com/OCA/web/pull/446#issuecomment-254827880>`_
  46. * The kanban view not is shown if an action window has no kanban mode view
  47. * The ``AppDrawer`` JavaScript object currently extends ``Class``. We should extend
  48. ``Widget`` instead.
  49. * On Android (FireFox) - clicking the search icon does not focus the search input.
  50. * On Android (FireFox & Chrome) - clicking the search query input will show the on
  51. screen keyboard for a split second, but the App Drawer immediately closes and the
  52. keyboard closes with it.
  53. Bug Tracker
  54. ===========
  55. Bugs are tracked on `GitHub Issues
  56. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  57. check there if your issue has already been reported. If you spotted it first,
  58. help us smashing it by providing a detailed and welcomed feedback.
  59. Credits
  60. =======
  61. Images
  62. ------
  63. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  64. Contributors
  65. ------------
  66. * Dave Lasley <dave@laslabs.com>
  67. * Jairo Llopis <jairo.llopis@tecnativa.com>
  68. * Sergio Teruel <sergio.teruel@tecnativa.com>
  69. Maintainer
  70. ----------
  71. .. image:: https://odoo-community.org/logo.png
  72. :alt: Odoo Community Association
  73. :target: https://odoo-community.org
  74. This module is maintained by the OCA.
  75. OCA, or the Odoo Community Association, is a nonprofit organization whose
  76. mission is to support the collaborative development of Odoo features and
  77. promote its widespread use.
  78. To contribute to this module, please visit https://odoo-community.org.