TIP: You can type at any time to perform a new search.
Web Field Tooltip
web_field_tooltip · OCA/web
- Repository
- OCA/web · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/web
- Last tracking update
- 2026-08-07 08:22:54
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- manu, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 | form | 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)
-
activeBooleandefault=Truehelp='Set active to false to hide the Tooltip without removing it.' -
field_idMany2one → ir.model.fieldscomodel_name='ir.model.fields'ondelete='cascade'required=Truestring='Field' -
field_nameCharrelated='field_id.name'store=True -
field_nameCharrelated='field_id.name' -
modelCharrelated='model_id.model'store=Truestring='Model Name' -
model_idMany2one → ir.modelcomodel_name='ir.model'default=<expr>help='Model for the Field Tooltip.'ondelete='cascade'required=Truestring='Model' -
nameCharcompute='_compute_name'readonly=True -
tooltip_textTextrequired=Truetranslate=True
-
default_get(self, fields_list)@api.model
New fields (2)
-
tooltip_show_add_helperBooleanstring='Show helper to add tooltips on fields' -
tooltip_show_add_helper_allowedBooleancompute='_compute_tooltip_show_add_helper_allowed'
-
SELF_READABLE_FIELDS(self)@property -
SELF_WRITEABLE_FIELDS(self)@property -
TOOLTIP_READABLE_FIELDS(self)@property
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 73 days ago
- Last activity
- 53 days ago
- Repository
- OCA/web
- Pull request
- [18.0][MIG] web_field_tooltip:Migration to 18.0 (#3575)
- Status
- Open migration PR — not merged yet for this version
- CI status
- no CI data
- Open since
- 589 days ago
- Last activity
- 177 days ago
- Repository
- OCA/web
- Pull request
- [18.0][MIG] web_field_tooltip: Migration to 18.0 (#3054)