I am encountering the named error after upgrading to version 17. When I edit the view "hr.user.preferences.view.form.attendance.inherit" and remove the lines
```
28 <xpath expr="//group[@name='managers']" position="inside">
29 <field name="attendance_manager_id" string="Attendance" widget="many2one_avatar_user"/>
30 </xpath>
```
That works fine. So I suppose this is there the not allowed field comes in.
Since this is without any further modification from my side, I am quite curious to understand why only the group "Attendances / Administrator" would be allowed and why this is the default).
And ofc Id be very interested in how I can fix that.