Web Field Tooltip

web_field_tooltip
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/17.0/web_field_tooltip
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSmanu, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module gives the possibility to add tooltips next to fields labels
on any field of a model.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
ir_model_fields_tooltip_form_view ir.model.fields.tooltip form New
ir_model_fields_tooltip_search_view Fields Tooltips ir.model.fields.tooltip search New
ir_model_fields_tooltip_tree_view ir.model.fields.tooltip tree New
res_users_form_view res.users xpath Inherits base.view_users_form_simple_modif
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • fields_get(self, allfields=None, attributes=None)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • session_info(self)

New fields (8)
  • active Boolean
    default=True help='Set active to false to hide the Tooltip without removing it.'
  • field_id Many2one → ir.model.fields
    comodel_name='ir.model.fields' ondelete='cascade' required=True string='Field'
  • field_name Char
    related='field_id.name' store=True
  • field_name Char
    related='field_id.name'
  • model Char
    related='model_id.model' store=True string='Model Name'
  • model_id Many2one → ir.model
    comodel_name='ir.model' default=<expr> help='Model for the Field Tooltip.' ondelete='cascade' required=True string='Model'
  • name Char
    compute='_compute_name' readonly=True
  • tooltip_text Text
    required=True translate=True
Public methods (1)
  • default_get(self, fields_list)
    @api.model

New fields (2)
  • tooltip_show_add_helper Boolean
    string='Show helper to add tooltips on fields'
  • tooltip_show_add_helper_allowed Boolean
    compute='_compute_tooltip_show_add_helper_allowed'
Public methods (3)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property
  • TOOLTIP_READABLE_FIELDS(self)
    @property
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/16.0/web_field_tooltip
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Benjamin Willig, oca-ci, Aungkokolin1997, hda
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
ir_model_fields_tooltip_form_view ir.model.fields.tooltip form New
ir_model_fields_tooltip_search_view Fields Tooltips ir.model.fields.tooltip search New
ir_model_fields_tooltip_tree_view ir.model.fields.tooltip tree New
res_users_form_view res.users xpath Inherits base.view_users_form_simple_modif
web_field_tooltip_asset Web Field Tooltip assets ir.ui.view qweb Inherits web.assets_backend
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • fields_get(self, allfields=None, attributes=None)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • session_info(self)

New fields (8)
  • active Boolean
    default=True help='Set active to false to hide the Tooltip without removing it.'
  • field_id Many2one → ir.model.fields
    comodel_name='ir.model.fields' ondelete='cascade' required=True string='Field'
  • field_name Char
    related='field_id.name' store=True
  • field_name Char
    related='field_id.name'
  • model Char
    related='model_id.model' store=True string='Model Name'
  • model_id Many2one → ir.model
    comodel_name='ir.model' default=<expr> help='Model for the Field Tooltip.' ondelete='cascade' required=True string='Model'
  • name Char
    compute='_compute_name' readonly=True
  • tooltip_text Html
    required=True translate=True
Public methods (1)
  • default_get(self, fields_list)
    @api.model

New fields (2)
  • tooltip_show_add_helper Boolean
    string='Show helper to add tooltips on fields'
  • tooltip_show_add_helper_allowed Boolean
    compute='_compute_tooltip_show_add_helper_allowed'
Public methods (3)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property
  • TOOLTIP_READABLE_FIELDS(self)
    @property
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/13.0/web_field_tooltip
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA-git-bot, Benjamin Willig, oca-ci, Benoit Aimont
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
ir_model_fields_tooltip_form_view ir.model.fields.tooltip form New
ir_model_fields_tooltip_search_view ir.model.fields.tooltip search New
ir_model_fields_tooltip_tree_view ir.model.fields.tooltip tree New
res_users_form_view res.users xpath Inherits base.view_users_form_simple_modif
web_field_tooltip_asset Web Field Tooltip assets ir.ui.view qweb Inherits web.assets_backend
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • session_info(self)

New fields (7)
  • active Boolean
    default=True help='Set active to false to hide the Tooltip without removing it.'
  • field_id Many2one → ir.model.fields
    comodel_name='ir.model.fields' ondelete='cascade' required=True string='Field'
  • field_name Char
    related='field_id.name'
  • model Char
    related='model_id.model' string='Model Name'
  • model_id Many2one → ir.model
    comodel_name='ir.model' default=<expr> help='Model for the Field Tooltip.' ondelete='cascade' required=True string='Model'
  • name Char
    compute='_compute_name' readonly=True
  • tooltip_text Html
    required=True string='Tooltip Text'
Public methods (1)
  • default_get(self, fields_list)
    @api.model

New fields (2)
  • tooltip_show_add_helper Boolean
    string='Show helper to add tooltips on fields'
  • tooltip_show_add_helper_allowed Boolean
    compute='_compute_tooltip_show_add_helper_allowed'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/web
PULL REQUEST
PULL REQUEST[18.0][MIG] web_field_tooltip:Migration to 18.0 (#3575)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/web
PULL REQUEST
PULL REQUEST[18.0][MIG] web_field_tooltip: Migration to 18.0 (#3054)