-
- Downloads
[FIX] hr_holidays: Don't check approval rights in onchange
When this method is called in the context of an onchange `self.ids` is an empty list. This is a problem when calling `holiday.check_access_rule('write')` because it does not find any valid holidays and thus raises an AccessError.
Loading
Please register or sign in to comment