| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/web_tip |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Christophe Matthieu, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Christophe Simonis, David Monjoie, Nicolas Martinelli, Jérome Maes, Julien Legros, Richard Mathot, Géry Debongnie, Yannick Tivisse, qsm-odoo, Pierre Masereel |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:48:30 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | OpenERP Web tips. ======================== |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
tip assets | ir.ui.view | qweb | Inherits web.assets_backend |
edit_tip_form |
web.tip | form | New | |
edit_tip_list |
web.tip | tree | New | |
edit_tip_search |
web.tip.search | web.tip | search | New |
action_id
Many2one → ir.actions.act_window
help='The action that will trigger the tip'
string='Action'
args: 'ir.actions.act_window'
description
Html
required=True
translate=True
args: 'Tip Description'
end_event
Char
default='click'
help='Event to end the tip'
args: 'End event'
end_selector
Char
help='CSS selector used to end the tip'
args: 'End selector'
highlight_selector
Char
help='CSS selector for the element to highlight'
args: 'Highlight selector'
is_consumed
Boolean
compute='_is_consumed'
string='Tip consumed'
mode
Char
help='Mode, e.g. kanban, form'
args: 'Mode'
model
Char
help="Model name on which to trigger the tip, e.g. 'res.partner'."
args: 'Model'
placement
Char
default='auto'
help='Popover placement, bottom, top, left or right'
args: 'Placement'
title
Char
trigger_selector
Char
help='CSS selectors used to trigger the tip, separated by a comma (ANDed).'
args: 'Trigger selector'
type
Char
help='Model type, e.g. lead or opportunity for crm.lead'
args: 'Type'
user_ids
Many2many → res.users
string='Consumed by'
args: 'res.users'
consume(self)