TIP: You can type at any time to perform a new search.
Contact Manager In Website Portal
website_portal_contact · OCA/website
⚠ Security warnings
access_partners— Access rule grants write/create on 'base.model_res_partner' to the portal/public group 'base.group_portal' acl-public-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
- Portal
- Folder size
- 0.2 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/website
- Last tracking update
- 2026-08-07 07:31:58
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Simone Rubino, Weblate, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (11)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits website.assets_frontend |
contacts_table |
Contacts table | ir.ui.view | qweb | New |
form |
Portal Contact Form | ir.ui.view | qweb | New |
form_actions |
Portal Contact Form Actions | ir.ui.view | qweb | New |
form_breadcrumb |
Portal Contact Breadcrumb | ir.ui.view | qweb | New |
form_field |
Portal Contact Form Field | ir.ui.view | qweb | New |
portal_layout |
Portal layout: contact menu entry | ir.ui.view | qweb | Inherits portal.portal_breadcrumbs |
portal_my_contacts |
My Contacts | ir.ui.view | qweb | New |
portal_my_home_contacts |
Portal My Home: contacts entries | ir.ui.view | qweb | Inherits portal.portal_my_home |
search |
Search In Contacts | ir.ui.view | qweb | New |
tree_actions |
Website Portal Contact Tree Actions | ir.ui.view | qweb | New |
HTTP endpoints (6)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/my/contacts, /my/contacts/page/<int:page> |
WebsiteAccount.portal_my_contacts |
user | http | ALL | website |
/my/contacts/create |
WebsiteAccount.portal_my_contacts_create |
user | http | ALL | website |
/my/contacts/<model('res.partner'):contact>/disable |
WebsiteAccount.portal_my_contacts_disable |
user | http | ALL | sudo website |
/my/contacts/new |
WebsiteAccount.portal_my_contacts_new |
user | http | ALL | website |
/my/contacts/<model('res.partner'):contact> |
WebsiteAccount.portal_my_contacts_read |
user | http | ALL | website |
/my/contacts/<model('res.partner'):contact>/update |
WebsiteAccount.portal_my_contacts_update |
user | http | ALL | website |
Models touched (0)
No models found for this module.
Loading…
Loading…