-
- Downloads
[IMP] hr_attendance: move group inside the view
The goal being to get rid of the `groups_id` feature for backend views Changing the invisible attributes for the presence icon is a bit weird: - when a user logged in, you could see the green ball next to his name, - but when he checks in in the attendance app, the green ball disapear, hidding his presence status. Maybe in the past, there was a smart button also showing the presence status, therefore the information was twice in the form view, and this is maybe why this change of attributes was put in place, but this is no longer the case, there is no other way to see an employee has signed in or checked in from the form view once he checked in in the attendance app, which is weird. It therefore has been decided to remove this change of attribute in this inherited view. Part-of: odoo/odoo#98551
Please register or sign in to comment