Skip to content
Snippets Groups Projects
Commit 9947e82c authored by Ivan Yelizariev's avatar Ivan Yelizariev
Browse files

[FIX] project: make custom fields copiable again


Since #73341 copy_data is filtered to avoid leaking information to portal user.
Partically, it makes custom field not copiable.

Fix it by disabling the filter for internal users. This may lead to a problem
with hacky field `personal_stage_type_ids`. To avoid extra complexity in the
code, just mark it as `copy=False`. The latter change is kind of an improvement
from functional point of view, since using default personal stage seems to be a
better idea rather than copying the stage.

---

opw-2746922

closes odoo/odoo#86757

Signed-off-by: default avatarLaurent Stukkens (ltu) <ltu@odoo.com>
parent 3297ffde
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment