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