Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-24 11:14:32
Authors
Odoo Community Association (OCA), Dixmit
Maintainers
Odoo Community Association (OCA), Dixmit
Committers
OCA-git-bot, oca-ci, Luis Rodriguez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a new functionality on collaborators, so we can have readonly collaborators that are able to see kanban and list views in the same way we have in internal view.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
project_share_wizard_view_form project.share.wizard form Inherits project.project_share_wizard_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (1)
  • readonly Boolean
    default=False
Public methods (0)

No public methods.

New fields (1)
  • edit_collaborator_ids One2many → project.collaborator
    copy=False domain=[('readonly', '=', False)] string='Editing Collaborators' args: 'project.collaborator', 'project_id'
Public methods (0)

No public methods.

New fields (1)
  • readonly Boolean
    default=False
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • default_get(self, fields)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • get_view(self, view_id=None, view_type='form', **options)
    @api.model