You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] mis_builder: add sudo to access field_id due missing permissions
The user may not have permission to access to the field field_id in ir.model, which corresponds to an ir.model.fields record.
It's a technical issue in nature, so we should use sudo to access it without error.
0 commit comments