[WIP]hr_employee_stats_sheet:add domaine on recovery type
This commit is contained in:
@@ -9,6 +9,7 @@ class ResConfigSettings(models.TransientModel):
|
||||
related="company_id.recovery_type_id",
|
||||
string="Leave recovery type",
|
||||
readonly=False,
|
||||
domain="[('request_unit', '=', 'hour'), ('allows_negative', '=', True)]",
|
||||
)
|
||||
|
||||
coef = fields.Float(
|
||||
|
Reference in New Issue
Block a user