Closed ivantodorovich closed 3 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.
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