Web Responsive

web_responsive
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/19.0/web_responsive
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs, Onestein, ITerra
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs, Onestein, ITerra
COMMITTERS
COMMITTERSPedro M. Baeza, OCA-git-bot, oca-ci, Bhavesh Heliconia, Yan Chirino
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - web_tour
    - mail
    - base_setup
    - bus
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

  ![image](../static/img/redirecthome.gif)

- New navigation with the fullscreen app menu

  ![image](../static/img/appmenu.gif)

- Quick menu search inside the app menu

  ![image](../static/img/appsearch.gif)

- Sticky header & footer in list view

  ![image](../static/img/listview.gif)

- Sticky statusbar in form view

  ![image](../static/img/formview.gif)

- Bigger checkboxes in list view

  ![image](../static/img/listview.gif)

**Features for mobile**: \* View type picker dropdown displays
comfortably

- Control panel buttons use icons to save space.

  ![image](../static/img/form_buttons.gif)

- Followers and send button is displayed on mobile. Avatar is hidden.

  ![image](../static/img/chatter.png)

- 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

  ![image](../static/img/shortcuts.gif)

- Autofocus on search menu box when opening the app menu

  ![image](../static/img/appsearch.gif)

- 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.

  ![image](../static/img/document_viewer.gif)

- 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.

  ![image](../static/img/chatter-colors.png)

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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 data Inherits base.view_users_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • session_info(self)

New fields (3)
  • apps_menu_search_type Selection
    default='canonical' required=True args: [('canonical', 'Canonical'), ('fuse', 'Fuse'), ('command_palette', 'Command Palette')]
  • apps_menu_theme Selection
    default='milk' required=True args: [('milk', 'Milk'), ('community', 'Community')]
  • is_redirect_home Boolean
    compute='_compute_redirect_home' help='Redirect to dashboard after signing in' readonly=False store=True string='Redirect to Home'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/18.0/web_responsive
VERSION
VERSION 1.0.6
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs, Onestein, ITerra
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs, Onestein, ITerra
COMMITTERS
COMMITTERSCarlos Lopez, Weblate, OCA-git-bot, oca-ci, kobros-tech, CarlosRoca13, FernandoRomera, Denny Morán, Shamnas Koyani, Kevin Dominguez
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - web_tour
    - mail
    - base_setup
    - bus
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

  ![image](../static/img/redirecthome.gif)

- New navigation with the fullscreen app menu

  ![image](../static/img/appmenu.gif)

- Quick menu search inside the app menu

  ![image](../static/img/appsearch.gif)

- Sticky header & footer in list view

  ![image](../static/img/listview.gif)

- Sticky statusbar in form view

  ![image](../static/img/formview.gif)

- Bigger checkboxes in list view

  ![image](../static/img/listview.gif)

**Features for mobile**: \* View type picker dropdown displays
comfortably

- Control panel buttons use icons to save space.

  ![image](../static/img/form_buttons.gif)

- Followers and send button is displayed on mobile. Avatar is hidden.

  ![image](../static/img/chatter.png)

- 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

  ![image](../static/img/shortcuts.gif)

- Autofocus on search menu box when opening the app menu

  ![image](../static/img/appsearch.gif)

- 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.

  ![image](../static/img/document_viewer.gif)

- 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.

  ![image](../static/img/chatter-colors.png)

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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 data Inherits base.view_users_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • session_info(self)

New fields (3)
  • apps_menu_search_type Selection
    default='canonical' required=True args: [('canonical', 'Canonical'), ('fuse', 'Fuse'), ('command_palette', 'Command Palette')]
  • apps_menu_theme Selection
    default='milk' required=True args: [('milk', 'Milk'), ('community', 'Community')]
  • is_redirect_home Boolean
    compute='_compute_redirect_home' help='Redirect to dashboard after signing in' readonly=False store=True string='Redirect to Home'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/17.0/web_responsive
VERSION
VERSION 1.1.10
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs, Onestein, ITerra
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs, Onestein, ITerra
COMMITTERS
COMMITTERSJairo Llopis, Carlos Lopez, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Carlos Roca, pilarvargas-tecnativa, Ryan Cole, Fai, Taras Shabaranskyi, Angel Patel, MarwanBHL
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web_tour
    - web
    - base
    - mail
    - base_setup
    - bus
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

  ![image](../static/img/redirecthome.gif)

- New navigation with the fullscreen app menu

  ![image](../static/img/appmenu.gif)

- Quick menu search inside the app menu

  ![image](../static/img/appsearch.gif)

- Sticky header & footer in list view

  ![image](../static/img/listview.gif)

- Sticky statusbar in form view

  ![image](../static/img/formview.gif)

- Bigger checkboxes in list view

  ![image](../static/img/listview.gif)

**Features for mobile**: \* View type picker dropdown displays
comfortably

- Control panel buttons use icons to save space.

  ![image](../static/img/form_buttons.gif)

- Followers and send button is displayed on mobile. Avatar is hidden.

  ![image](../static/img/chatter.png)

- 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

  ![image](../static/img/shortcuts.gif)

- Autofocus on search menu box when opening the app menu

  ![image](../static/img/appsearch.gif)

- 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.

  ![image](../static/img/document_viewer.gif)

- 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.

  ![image](../static/img/chatter-colors.png)

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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 data Inherits base.view_users_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • session_info(self)

New fields (3)
  • apps_menu_search_type Selection
    default='canonical' required=True args: [('canonical', 'Canonical'), ('fuse', 'Fuse'), ('command_palette', 'Command Palette')]
  • apps_menu_theme Selection
    default='milk' required=True args: [('milk', 'Milk'), ('community', 'Community')]
  • is_redirect_home Boolean
    compute='_compute_redirect_home' help='Redirect to dashboard after signing in' readonly=False store=True string='Redirect to Home'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/16.0/web_responsive
VERSION
VERSION 1.4.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs, Onestein, ITerra
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs, Onestein, ITerra
COMMITTERS
COMMITTERSJairo Llopis, Enric Tobella, Víctor Martínez, Roy Le, Hugo Santos, Weblate, OCA-git-bot, David, Huy Lee, oca-ci, Carlos Roca, pilarvargas-tecnativa, Julien Guenat, anjeel.haria, Tuan Hung, Hafizh Syam, Olivier Bitsch, Hafizh Ibnu Syam
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - mail
    - base_setup
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/15.0/web_responsive
VERSION
VERSION 1.1.13
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs, ITerra
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs, ITerra
COMMITTERS
COMMITTERSGitHub, OCA Transbot, Weblate, OCA-git-bot, David, oca-ci, Carlos Roca, Sergey Shebanin, CarlosRoca13, Vincent Hatakeyama, anjeel.haria, Hieu.VMB
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - mail
    - base_setup
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
responsive_web_layout Responsive Layout ir.ui.view qweb Inherits web.layout
view_users_form_simple_modif res.users xpath Inherits base.view_users_form_simple_modif
webclient_bootstrap App Drawer - Web Client ir.ui.view qweb Inherits web.webclient_bootstrap
Models touched (1)

New fields (1)
  • chatter_position Selection
    default='sided' args: [('normal', 'Normal'), ('sided', 'Sided')]
Public methods (2)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/14.0/web_responsive
VERSION
VERSION 1.2.2
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs
COMMITTERS
COMMITTERSDaniel Reis, Enric Tobella, OCA Transbot, Alexandre D. Díaz, oca-travis, Weblate, OCA-git-bot, David, KKamaa, Sergey Shebanin, Splash
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - mail
    - base_setup
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets_backend Open Mobile Assets ir.ui.view qweb Inherits web.assets_backend
responsive_web_layout Responsive Layout ir.ui.view qweb Inherits web.layout
view_users_form_chatter_pos res.users xpath Inherits base.view_users_form
view_users_form_simple_modif res.users xpath Inherits base.view_users_form_simple_modif
webclient_bootstrap App Drawer - Web Client ir.ui.view qweb Inherits web.webclient_bootstrap
Models touched (1)

New fields (1)
  • chatter_position Selection
    default='sided' string='Chatter Position' args: [('normal', 'Normal'), ('sided', 'Sided')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/13.0/web_responsive
VERSION
VERSION 2.8.1
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs
COMMITTERS
COMMITTERSStéphane Bidoul, GitHub, Jairo Llopis, david, Ivàn Todorovich, Yann Papouin, Alexandre Díaz, OCA Transbot, João Marques, Alexandre D. Díaz, oca-travis, Weblate, OCA-git-bot, Benjamin Willig, emagdalena, Pablo Androetto
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - mail
    - base_setup
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend Open Mobile Assets ir.ui.view qweb Inherits web.assets_backend
view_users_form_simple_modif res.users xpath Inherits base.view_users_form_simple_modif
webclient_bootstrap App Drawer - Web Client ir.ui.view qweb Inherits web.webclient_bootstrap
Models touched (1)

New fields (1)
  • chatter_position Selection
    default='sided' string='Chatter Position' args: [('normal', 'Normal'), ('sided', 'Sided')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/12.0/web_responsive
VERSION
VERSION 2.4.1
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs, Alexandre Díaz
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs, Alexandre Díaz
COMMITTERS
COMMITTERSPedro M. Baeza, Sylvain LE GAL, GitHub, Jairo Llopis, Andrii Skrypka, Yann Papouin, Alexandre Díaz, OCA Transbot, Alexandre D. Díaz, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
    - mail
    - base_setup
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend Open Mobile Assets ir.ui.view qweb Inherits web.assets_backend
view_users_form_simple_modif res.users xpath Inherits base.view_users_form_simple_modif
webclient_bootstrap App Drawer - Web Client ir.ui.view qweb Inherits web.webclient_bootstrap
Models touched (1)

New fields (1)
  • chatter_position Selection
    default='normal' string='Chatter Position' args: [('normal', 'Normal'), ('sided', 'Sided')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/11.0/web_responsive
VERSION
VERSION 2.0.3
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs, Alexandre Díaz
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs, Alexandre Díaz
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Jairo Llopis, OCA Transbot, Dave Lasley, oca-travis, OCA-git-bot, Simone Orsi, OCA Git Bot, Dennis Sluijk, Angel Moya Pardo, QS5ELkMu
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
assets_backend Open Mobile Assets ir.ui.view qweb Inherits web.assets_backend
menu App Drawer - Menu ir.ui.view qweb Inherits web.menu
menu_link App Drawer - Menu Link ir.ui.view qweb Inherits web.menu_link
menu_secondary App Drawer - Secondary Menu ir.ui.view qweb Inherits web.menu_secondary
menu_secondary_submenu App Drawer - Secondary Submenu ir.ui.view qweb Inherits web.menu_secondary_submenu
qunit_suite qunit_suite ir.ui.view qweb Inherits web.qunit_suite
view_users_form_simple_modif res.users xpath Inherits base.view_users_form_simple_modif
webclient_bootstrap App Drawer - Web Client ir.ui.view qweb Inherits web.webclient_bootstrap
Models touched (1)

New fields (1)
  • chatter_position Selection
    default='normal' string='Chatter Position' args: [('normal', 'Normal'), ('sided', 'Sided')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/10.0/web_responsive
VERSION
VERSION 1.2.3
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Jairo Llopis, OCA Transbot, Alexandre D. Díaz, Dave Lasley, oca-travis, sergio.teruel, Fanha Giang, Daniel Torres
WEBSITE
WEBSITEhttps://laslabs.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
assets_backend Open Mobile Assets ir.ui.view qweb Inherits web.assets_backend
menu App Drawer - Menu ir.ui.view qweb Inherits web.menu
menu_link App Drawer - Menu Link ir.ui.view qweb Inherits web.menu_link
menu_secondary App Drawer - Secondary Menu ir.ui.view qweb Inherits web.menu_secondary
menu_secondary_submenu App Drawer - Secondary Submenu ir.ui.view qweb Inherits web.menu_secondary_submenu
qunit_suite qunit_suite ir.ui.view qweb Inherits web.qunit_suite
webclient_bootstrap App Drawer - Web Client ir.ui.view qweb Inherits web.webclient_bootstrap
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model
    The filtering that is done on the menus by upstream doesn't take into account the visibility of their ancestors to decide if the menu is visible or not, which is needed for the AppDrawer menu search.
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/9.0/web_responsive
VERSION
VERSION 3.0.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), LasLabs
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), LasLabs
COMMITTERS
COMMITTERSJairo Llopis, OCA Transbot, Dave Lasley
WEBSITE
WEBSITEhttps://laslabs.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
assets_backend Open Mobile Assets ir.ui.view qweb Inherits web.assets_backend
menu App Drawer - Menu ir.ui.view qweb Inherits web.menu
menu_link App Drawer - Menu Link ir.ui.view qweb Inherits web.menu_link
menu_secondary App Drawer - Secondary Menu ir.ui.view qweb Inherits web.menu_secondary
menu_secondary_submenu App Drawer - Secondary Submenu ir.ui.view qweb Inherits web.menu_secondary_submenu
qunit_suite qunit_suite ir.ui.view qweb Inherits web.qunit_suite
webclient_bootstrap App Drawer - Web Client ir.ui.view qweb Inherits web.webclient_bootstrap
Models touched (0)

No models found for this module.