Tips

web_tip
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/web_tip
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo 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 UPDATE2026-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.
========================

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
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