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.

61 lines
1.9 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ==============================
  5. Show searchbar over full width
  6. ==============================
  7. Odoo's default search bar is rather narrow, which causes it to grow vertically
  8. when applying a lot of filters. For small screens this can be a problem as it
  9. wastes a lot of space. This addon addresses this issue by growing the search
  10. bar to the whole width of the screen, moving it below the breadcrumb. A side
  11. effect of this is that the breadcrumb can also use the full screen width, which
  12. makes it reasonable not to cut off titles after 7 characters.
  13. The result looks like this:
  14. .. image:: /web_searchbar_full_width/static/description/preview.png
  15. :alt: Searchbar over full screen width
  16. Usage
  17. =====
  18. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  19. :alt: Try me on Runbot
  20. :target: https://runbot.odoo-community.org/runbot/162/11.0
  21. Bug Tracker
  22. ===========
  23. Bugs are tracked on `GitHub Issues
  24. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  25. check there if your issue has already been reported. If you spotted it first,
  26. help us smashing it by providing a detailed and welcomed feedback.
  27. Credits
  28. =======
  29. Contributors
  30. ------------
  31. * Holger Brunn <hbrunn@therp.nl>
  32. * Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
  33. Do not contact contributors directly about support or help with technical issues.
  34. Maintainer
  35. ----------
  36. .. image:: http://odoo-community.org/logo.png
  37. :alt: Odoo Community Association
  38. :target: http://odoo-community.org
  39. This module is maintained by the OCA.
  40. OCA, or the Odoo Community Association, is a nonprofit organization whose
  41. mission is to support the collaborative development of Odoo features and
  42. promote its widespread use.
  43. To contribute to this module, please visit http://odoo-community.org.