TIP: You can type at any time to perform a new search.
Tips
web_tip · odoo/odoo
⚠ Security warnings
access_web_tip— Access rule grants write on 'model_web_tip' to EVERY user (portal/public included): no group is set acl-global-write
Found by automated static analysis: these patterns are usually risky, but only a manual review of the module can confirm a real issue.
- 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
Code Analysis ⓘ
Views touched (4)
| 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (13)
-
action_idMany2one → ir.actions.act_windowhelp='The action that will trigger the tip'string='Action' args: 'ir.actions.act_window' -
descriptionHtmlrequired=Truetranslate=True args: 'Tip Description' -
end_eventChardefault='click'help='Event to end the tip' args: 'End event' -
end_selectorCharhelp='CSS selector used to end the tip' args: 'End selector' -
highlight_selectorCharhelp='CSS selector for the element to highlight' args: 'Highlight selector' -
is_consumedBooleancompute='_is_consumed'string='Tip consumed' -
modeCharhelp='Mode, e.g. kanban, form' args: 'Mode' -
modelCharhelp="Model name on which to trigger the tip, e.g. 'res.partner'." args: 'Model' -
placementChardefault='auto'help='Popover placement, bottom, top, left or right' args: 'Placement' -
titleCharargs: 'Tip title' -
trigger_selectorCharhelp='CSS selectors used to trigger the tip, separated by a comma (ANDed).' args: 'Trigger selector' -
typeCharhelp='Model type, e.g. lead or opportunity for crm.lead' args: 'Type' -
user_idsMany2many → res.usersstring='Consumed by' args: 'res.users'
-
consume(self)@api.multi