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.

41 lines
1.7 KiB

9 years ago
  1. Show searchbar over full width
  2. ==============================
  3. Odoo's default search bar is rather narrow, which causes it to grow vertically when applying a lot of filters. For small screens this can be a problem as it wastes a lot of space. This addon addresses this issue by growing the search bar to the whole width of the screen, moving it below the breadcrumb. A side effect of this is that the breadcrumb can also use the full screen width, which makes it reasonable not to cut off titles after 7 characters.
  4. The result looks like this:
  5. .. image:: /web_searchbar_full_width/static/description/preview.png
  6. :alt: Searchbar over full screen width
  7. Bug Tracker
  8. ===========
  9. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  10. In case of trouble, please check there if your issue has already been reported.
  11. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  12. `here <https://github.com/OCA/web/issues/new?body=module:%20web_searchbar_full_width%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  13. Credits
  14. =======
  15. Contributors
  16. ------------
  17. * Holger Brunn <hbrunn@therp.nl>
  18. * Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
  19. Maintainer
  20. ----------
  21. .. image:: http://odoo-community.org/logo.png
  22. :alt: Odoo Community Association
  23. :target: http://odoo-community.org
  24. This module is maintained by the OCA.
  25. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  26. To contribute to this module, please visit http://odoo-community.org.