Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Project
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 08:42:45
Authors
Odoo Community Association (OCA), Escodoo
Maintainers
Odoo Community Association (OCA), Escodoo
Committers
Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends project updates functionality by allowing portal access for project and update followers.

## Main Features

* **Portal Access for Followers**: Allows project followers and update followers to access project updates through the portal
* **Automatic Access Control**: Automatically grants access based on follower relationships
* **Update List View**: Portal users can view all updates for projects they follow
* **Update Detail View**: Portal users can view detailed information about specific updates
* **Breadcrumb Navigation**: Integrated breadcrumb navigation for easy access to updates

## Benefits

* Keep stakeholders informed about project progress without requiring full system access
* Share project updates with external partners and clients through the portal
* Maintain transparency by allowing followers to track project status
* Easy access to project updates through a dedicated portal interface

## Dependencies

This module requires:
* `project`: Odoo's project management module
* `portal`: Odoo's portal module for customer access

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
portal_layout_updates Portal layout: updates breadcrumb ir.ui.view qweb Inherits project.portal_layout
portal_my_project_update Project Update Portal View ir.ui.view qweb New
portal_my_project_updates Project Updates List Portal View ir.ui.view qweb New
portal_my_project_updates_link Portal: Add Updates Link to Project ir.ui.view qweb Inherits project.portal_my_project
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
/my/projects/<int:project_id>/update/<int:update_id> ProjectUpdatePortal.portal_my_project_update user http ALL website
/my/projects/<int:project_id>/updates ProjectUpdatePortal.portal_my_project_updates user http ALL website
Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…