TIP: You can type at any time to perform a new search.
Website Snippet Dynamic Link
website_snippet_dynamic_link · OCA/website
⚠ Security warnings
website_dynamic_link_access— Access rule grants write/create/unlink on 'model_website_dynamic_link' 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
- OCA/website · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/website
- Last tracking update
- 2026-08-07 07:57:07
- Authors
- Odoo Community Association (OCA), Onestein
- Maintainers
- Odoo Community Association (OCA), Onestein
- Committers
- Weblate, OCA-git-bot, antonio, oca-ci
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
s_dynamic_link |
Dynamic Link | ir.ui.view | qweb | New |
s_dynamic_link_options |
s_dynamic_link_options | ir.ui.view | qweb | Inherits website.snippet_options |
snippet_options |
snippet_options | ir.ui.view | qweb | Inherits website.snippet_options |
snippets |
snippets | ir.ui.view | qweb | Inherits website.snippets |
web_editor_snippet_options |
web_editor_snippet_options | ir.ui.view | qweb | Inherits web_editor.snippet_options |
website_dynamic_link_view_form |
website.dynamic.link | form | New | |
website_dynamic_link_view_search |
website.dynamic.link | search | New | |
website_dynamic_link_view_tree |
website.dynamic.link | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (5)
-
activeBooleandefault=True -
iconImagemax_height=128max_width=128required=True args: 'Logo' -
nameCharrequired=True -
urlCharrequired=True -
website_idMany2one → websiteargs: 'website'
No public methods.