Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
web
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/web
Last tracking update
2026-08-07 08:42:47
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
David, Carlos Roca, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
stock_weighing
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 form 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.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
27 days ago
Last activity
7 days ago
Repository
OCA/web
Pull request
[19.0][MIG] web_quick_start_screen: Migration to 19.0 (#3622)