Repository
odoo/odoo · module folder
Module version
0.1
Category
Hidden
Folder size
0.5 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 04:56:42
Authors
Maintainers
None
Committers
Olivier Dony, Fabien Pinckaers, Christophe Simonis, Thibault Delavallée, Martin Trigaux, Odoo Translation Bot, Christophe Matthieu, David Monjoie, Nicolas Martinelli, Jérome Maes, Julien Legros, Richard Mathot, Géry Debongnie, Yannick Tivisse, qsm-odoo, Pierre Masereel
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
account, crm, event, hr, mail_tip, project, purchase, website_quote
Description
OpenERP Web tips.
========================

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (13)
  • 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
    args: 'Tip title'
  • 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'
Public methods (1)
  • consume(self)
    @api.multi