-
- Downloads
[IMP] hr: Make timezone required on saved record
`tz` field is technical field related to `resource_id`, which is required field on that model.
However it is possible to try to write a void value, which leads to an issue as it is technically required.
With this commit we make the tz field required at write.
closes odoo/odoo#45557
Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
Please register or sign in to comment