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.

96 lines
2.7 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 if an action or field One2x
  12. Installation
  13. ============
  14. Configuration
  15. =============
  16. Usage
  17. =====
  18. Keyboard Shortcuts
  19. ------------------
  20. The following keyboard shortcuts are implemented:
  21. * Toggle App Drawer - `ActionKey <https://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers>` + ``A``
  22. * Navigate Apps Drawer - Arrow Keys
  23. * Type to select App Links
  24. * ``esc`` to close App Drawer
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/162/10.0
  28. Known issues / Roadmap
  29. ======================
  30. Note: Data added to the footer ``support_branding`` is not shown while using
  31. this module.
  32. * Provide full menu search feature instead of just App search
  33. * Drag drawer from left to open in mobile
  34. * Figure out how to test focus on hidden elements for keyboard nav tests
  35. * If you resize the window, body gets a wrong ``overflow: auto`` css property
  36. and you need to refresh your view or open/close the app drawer to fix that.
  37. * Override LESS styling to allow for responsive widget layouts
  38. * Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
  39. great styles, but also `JavaScript that causes issues on mobile
  40. <https://github.com/OCA/web/pull/446#issuecomment-254827880>`_
  41. Bug Tracker
  42. ===========
  43. Bugs are tracked on `GitHub Issues
  44. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  45. check there if your issue has already been reported. If you spotted it first,
  46. help us smashing it by providing a detailed and welcomed feedback.
  47. Credits
  48. =======
  49. Images
  50. ------
  51. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  52. Contributors
  53. ------------
  54. * Dave Lasley <dave@laslabs.com>
  55. * Jairo Llopis <jairo.llopis@tecnativa.com>
  56. * Dennis Sluijk <d.sluijk@onestein.nl>
  57. * Sergio Teruel <sergio.teruel@tecnativa.com>
  58. Maintainer
  59. ----------
  60. .. image:: https://odoo-community.org/logo.png
  61. :alt: Odoo Community Association
  62. :target: https://odoo-community.org
  63. This module is maintained by the OCA.
  64. OCA, or the Odoo Community Association, is a nonprofit organization whose
  65. mission is to support the collaborative development of Odoo features and
  66. promote its widespread use.
  67. To contribute to this module, please visit https://odoo-community.org.