Quick Start Screen

web_quick_start_screen
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/18.0/web_quick_start_screen
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYweb
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David, oca-ci, Carlos Roca
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a configurable start screen so users can go right into their more
common tasks.

It can be configured at the user level or just be used as common screens.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
quick_start_screen_action_form quick.start.screen.action form New
quick_start_screen_action_kanban quick.start.screen.action kanban New
quick_start_screen_action_list quick.start.screen.action list New
quick_start_screen_list_view quick.start.screen list New
view_users_form res.users field Inherits base.view_users_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • action_ids Many2many → quick.start.screen.action
    comodel_name='quick.start.screen.action'
  • name Char
    translate=True
Public methods (1)
  • action_screen_actions(self)
    Normally called from a server action

New fields (10)
  • action_ref_id Reference
    required=True selection=[('ir.actions.report', 'ir.actions.report'), ('ir.actions.act_window', 'ir.actions.act_window'), ('ir.actions.act_url', 'ir.actions.act_url'), ('ir.actions.server', 'ir.actions.server'), ('ir.actions.client', 'ir.actions.client')]
  • active Boolean
    default=True
  • color Integer
    help='Choose the icon color'
  • context Char
    help="Add extra context if needed. You can use `ref('<xml_id>')` and it will beevaluated. You can also use `datetime` and `context_today` in the same way`ir.filters` do."
  • description Html
    translate=True
  • domain Char
    help="Add extra domain if needed. You can use `ref('<xml_id>')` and it will beevaluated. You can also use `datetime` and `context_today` in the same way`ir.filters` do."
  • icon_name Char
    help='Just set the Font Awesome icon name. e.g.: fa-truck'
  • image Image
    max_height=128 max_width=128 store=True args: 'Start screen icon'
  • name Char
    required=True translate=True
  • sequence Integer
Public methods (1)
  • run_action(self)
    Execute the action. We can override the action context if needed

New fields (1)
  • quick_start_screen_id Many2one → quick.start.screen
    comodel_name='quick.start.screen'
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_quick_start_screen
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYweb
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a configurable start screen so users can go right into their more
common tasks.

It can be configured at the user level or just be used as common screens.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
quick_start_screen_action_form quick.start.screen.action form New
quick_start_screen_action_kanban quick.start.screen.action kanban New
quick_start_screen_action_tree quick.start.screen.action tree New
quick_start_screen_tree_view quick.start.screen tree New
view_users_form res.users field Inherits base.view_users_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • action_ids Many2many → quick.start.screen.action
    comodel_name='quick.start.screen.action'
  • name Char
    translate=True
Public methods (1)
  • action_screen_actions(self)
    Normally called from a server action

New fields (10)
  • action_ref_id Reference
    required=True selection=[('ir.actions.report', 'ir.actions.report'), ('ir.actions.act_window', 'ir.actions.act_window'), ('ir.actions.act_url', 'ir.actions.act_url'), ('ir.actions.server', 'ir.actions.server'), ('ir.actions.client', 'ir.actions.client')]
  • active Boolean
    default=True
  • color Integer
    help='Choose the icon color'
  • context Char
    help="Add extra context if needed. You can use `ref('<xml_id>')` and it will beevaluated. You can also use `datetime` and `context_today` in the same way`ir.filters` do."
  • description Html
    translate=True
  • domain Char
    help="Add extra domain if needed. You can use `ref('<xml_id>')` and it will beevaluated. You can also use `datetime` and `context_today` in the same way`ir.filters` do."
  • icon_name Char
    help='Just set the Font Awesome icon name. e.g.: fa-truck'
  • image Image
    max_height=128 max_width=128 store=True args: 'Start screen icon'
  • name Char
    required=True translate=True
  • sequence Integer
Public methods (1)
  • run_action(self)
    Execute the action. We can override the action context if needed

New fields (1)
  • quick_start_screen_id Many2one → quick.start.screen
    comodel_name='quick.start.screen'
Public methods (0)

No public methods.