TIP: You can type at any time to perform a new search.
Quick Start Screen
web_quick_start_screen · OCA/web
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2many → quick.start.screen.actioncomodel_name='quick.start.screen.action' -
nameChartranslate=True
-
action_screen_actions(self)Normally called from a server action
New fields (10)
-
action_ref_idReferencerequired=Trueselection=[('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')] -
activeBooleandefault=True -
colorIntegerhelp='Choose the icon color' -
contextCharhelp="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." -
descriptionHtmltranslate=True -
domainCharhelp="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_nameCharhelp='Just set the Font Awesome icon name. e.g.: fa-truck' -
imageImagemax_height=128max_width=128store=True args: 'Start screen icon' -
nameCharrequired=Truetranslate=True -
sequenceInteger
-
run_action(self)Execute the action. We can override the action context if needed
New fields (1)
-
quick_start_screen_idMany2one → quick.start.screencomodel_name='quick.start.screen'
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)