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.

112 lines
3.9 KiB

  1. ==============
  2. Web Responsive
  3. ==============
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
  13. :alt: License: LGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
  15. :target: https://github.com/OCA/web/tree/11.0/web_responsive
  16. :alt: OCA/web
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_responsive
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/162/11.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. This module provides a mobile compliant interface for Odoo Community web.
  25. Features:
  26. * New navigation with an App drawer
  27. * Keyboard shortcuts for easier navigation
  28. * Display kanban views for small screens if an action or field One2x
  29. * Set chatter side (Optional per user)
  30. **Table of contents**
  31. .. contents::
  32. :local:
  33. Usage
  34. =====
  35. The following keyboard shortcuts are implemented:
  36. * Toggle App Drawer - `ActionKey <https://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers>` + ``A``
  37. * Navigate Apps Drawer - Arrow Keys
  38. * Type to select App Links
  39. * ``esc`` to close App Drawer
  40. Known issues / Roadmap
  41. ======================
  42. Note: Data added to the footer ``support_branding`` is not shown while using
  43. this module.
  44. * Provide full menu search feature instead of just App search
  45. * Drag drawer from left to open in mobile
  46. * Figure out how to test focus on hidden elements for keyboard nav tests
  47. * If you resize the window, body gets a wrong ``overflow: auto`` css property
  48. and you need to refresh your view or open/close the app drawer to fix that.
  49. * Override LESS styling to allow for responsive widget layouts
  50. * Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
  51. great styles, but also `JavaScript that causes issues on mobile
  52. <https://github.com/OCA/web/pull/446#issuecomment-254827880>`_
  53. Bug Tracker
  54. ===========
  55. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  56. In case of trouble, please check there if your issue has already been reported.
  57. If you spotted it first, help us smashing it by providing a detailed and welcomed
  58. `feedback <https://github.com/OCA/web/issues/new?body=module:%20web_responsive%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  59. Do not contact contributors directly about support or help with technical issues.
  60. Credits
  61. =======
  62. Authors
  63. ~~~~~~~
  64. * LasLabs
  65. * Tecnativa
  66. * Alexandre Díaz
  67. Contributors
  68. ~~~~~~~~~~~~
  69. * Dave Lasley <dave@laslabs.com>
  70. * Jairo Llopis <jairo.llopis@tecnativa.com>
  71. * Dennis Sluijk <d.sluijk@onestein.nl>
  72. * Sergio Teruel <sergio.teruel@tecnativa.com>
  73. * Alexandre Díaz <dev@redneboa.es>
  74. Maintainers
  75. ~~~~~~~~~~~
  76. This module is maintained by the OCA.
  77. .. image:: https://odoo-community.org/logo.png
  78. :alt: Odoo Community Association
  79. :target: https://odoo-community.org
  80. OCA, or the Odoo Community Association, is a nonprofit organization whose
  81. mission is to support the collaborative development of Odoo features and
  82. promote its widespread use.
  83. This module is part of the `OCA/web <https://github.com/OCA/web/tree/11.0/web_responsive>`_ project on GitHub.
  84. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.