OCA / project

Odoo Project Management and Services Company Addons
https://odoo-community.org/psc-teams/project-service-28
GNU Affero General Public License v3.0
281 stars 786 forks source link

[16.0] [ADD] Project Portal Custom Field Access #1229

Closed ivantodorovich closed 3 months ago

ivantodorovich commented 9 months ago

Odoo has a feature called "Project Sharing" that allows portal users to view a project's kanban, which has functionalities similar to the backend system.

There's a preset list of fields that portal users can access, which is harcoded in the module's source code.

That's nice but inconvinient if a user introduces new fields to the form and wants to share these with the portal users. They can't currently do this without using a Python override.

To resolve this, the module lets users whitelist these custom fields directly through the ir.model.field model.


Re-created an old closed PR:

ping @AungKoKoLin1997

github-actions[bot] commented 5 months ago

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.