You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] hr_holidays: limit accrual plans and levels day selection based on selected month
The day selection for accrual plans carryover date and accrual levels yearly date is now limited to 29 or 30 depending on which month is selected.
Task: 6191776
<fieldnolabel="1"name="yearly_day"class="o_field_accrual"required="frequency == 'yearly'"placeholder="select a day"/>
49
+
<fieldnolabel="1"name="yearly_day"class="o_field_accrual"widget="day_selection"month="yearly_month"required="frequency == 'yearly'"placeholder="select a day"/>
50
50
of
51
51
<fieldnolabel="1"name="yearly_month"class="o_field_accrual"required="frequency == 'yearly'"placeholder="select a month"/>
0 commit comments