Daily updates from Odoo
Thursday, August 26, 2021
1 change
New functionality added to Odoo
Portal users can now access shared project task views for field service, helpdesk, sales, worksheets, and reporting with controlled visibility and editing. This improves external collaboration while limiting access to approved task details, messages, timesheets, materials, and worksheets.
Original PR description
Purpose ====== Adding the project sharing feature. This feature consists to share the backend views of `project.task` model to portal users. The difference between the classic backend views and the…
Purpose ====== Adding the project sharing feature. This feature consists to share the backend views of `project.task` model to portal users. The difference between the classic backend views and the project sharing views is in the project sharing views, we list the fields that the user can read/write, so the portal users can see only the fields in our list. Moreover, the actions and the contextual menu (actions dropdown) are not available in the project sharing views and the stat buttons are visible but the click on these buttons are disabled. Implementation details: ================= - override the project sharing webclient to support the mobile devices. - override the views in the different views using the project.task model to have add feature in the project sharing but with a restrict access. - add the chatter in the `project.task` form for the portal user. This user could send message and see the public messages if this portal has either 'Comment' or 'Edit' access right of the shared project. task-2379518 Community PR: odoo/odoo#73341 Upgrade PR: odoo/upgrade#2621