TIP: You can type at any time to perform a new search.
Web Responsive
web_responsive · OCA/web
- Repository
- OCA/web · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Website
- Folder size
- 8.5 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/web
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Odoo Community Association (OCA), Onestein, Tecnativa, LasLabs, ITerra
- Maintainers
- Odoo Community Association (OCA), Onestein, Tecnativa, LasLabs, ITerra
- Committers
- Pedro M. Baeza, OCA-git-bot, oca-ci, Bhavesh Heliconia, gabrieledaltoe, Yan Chirino, Volkan TAŞCI
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds responsiveness to web backend. **Features for all devices**: - Redirect to the dashboard after logging in. Users will only be redirected to the home page after login if they have enabled the 'Redirect to Home' option in their profile settings.  - New navigation with the fullscreen app menu  - Quick menu search inside the app menu  - Sticky header & footer in list view  - Sticky statusbar in form view  - Bigger checkboxes in list view  **Features for mobile**: \* View type picker dropdown displays comfortably - Control panel buttons use icons to save space.  - Followers and send button is displayed on mobile. Avatar is hidden.  - Big inputs on form in edit mode **Features for desktop computers**: - Keyboard shortcuts for easier navigation, **using \`Alt + Shift + \[NUM\]\`** combination instead of just Alt + \[NUM\] to avoid conflict with Firefox Tab switching. Standard Odoo keyboard hotkeys changed to be more intuitive or accessible by fingers of one hand. F.x. Alt + S for Save  - Autofocus on search menu box when opening the app menu  - When the chatter is on the side part, the document viewer fills that part for side-by-side reading instead of full screen. You can still put it on full width preview clicking on the new maximize button.  - When the user chooses to send a public message the color of the composer is different from the one when the message is an internal log. 
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_users_view_form_apps_menu_preferences |
res.users.apps.menu.preferences.form | res.users | form | New |
view_users_form_web_responsive |
res.users.form.web.responsive | res.users | form | Inherits base.view_users_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
session_info(self)
New fields (3)
-
apps_menu_search_typeSelectiondefault='canonical'required=True args: [('canonical', 'Canonical'), ('fuse', 'Fuse'), ('command_palette', 'Command Palette')] -
apps_menu_themeSelectiondefault='milk'required=True args: [('milk', 'Milk'), ('community', 'Community')] -
is_redirect_homeBooleancompute='_compute_redirect_home'help='Redirect to dashboard after signing in'readonly=Falsestore=Truestring='Redirect to Home'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…