diff --git a/web_responsive/README.rst b/web_responsive/README.rst index 912b328eb..0fb94cd7d 100644 --- a/web_responsive/README.rst +++ b/web_responsive/README.rst @@ -29,10 +29,11 @@ This module provides a mobile compliant interface for Odoo Community web. Features: - * New navigation with an App drawer - * Keyboard shortcuts for easier navigation - * Display kanban views for small screens if an action or field One2x - * Set chatter side (Optional per user) +* New navigation with an App drawer +* Keyboard shortcuts for easier navigation +* Display kanban views for small screens if an action or field One2x +* Set chatter side (Optional per user) +* Quick search **Table of contents** @@ -67,6 +68,13 @@ this module. * Sticky header and footer in list view only works on certain browsers: https://caniuse.com/#search=sticky (note that the used feature is in `thead`). +* On Android (FireFox) - clicking the search icon does not + focus the search input. +* On Android (FireFox & Chrome) - clicking the search query input will + show the on screen keyboard for a split second, but the App Drawer + immediately closes and the keyboard closes with it. +* Filter menu items completely on client-side, to make it smoother and allow + users to filter on complete paths of menus and not only on the last item. Bug Tracker =========== diff --git a/web_responsive/static/description/index.html b/web_responsive/static/description/index.html index 8831eee68..9d34bd445 100644 --- a/web_responsive/static/description/index.html +++ b/web_responsive/static/description/index.html @@ -370,14 +370,13 @@ ul.auto-toc {
This module provides a mobile compliant interface for Odoo Community web.
Features:
--
- New navigation with an App drawer
- Keyboard shortcuts for easier navigation
- Display kanban views for small screens if an action or field One2x
- Set chatter side (Optional per user)
+- Quick search
Table of contents