Skip to content

Commit a77314e

Browse files
committed
[FIX] hr_attendance: typo error
There is a typo 'Beetween' in hr_attendance module. closes odoo#233937 Signed-off-by: Xavier Bol (xbo) <[email protected]>
1 parent 96264f8 commit a77314e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/hr_attendance/views/hr_attendance_overtime_rule_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<field name="employer_tolerance" widget="float_time" string="With a tolerance in favor of the employer of"/>
4343
<!-- TIMING -->
4444
<field name="timing_type" widget="radio" string="If the employee works" invisible="base_off != 'timing'"/>
45-
<span class="fw-bold" invisible="base_off != 'timing' or timing_type not in ['work_days', 'non_work_days']">Beetween</span>
45+
<span class="fw-bold" invisible="base_off != 'timing' or timing_type not in ['work_days', 'non_work_days']">Between</span>
4646
<span class="d-flex gap-1" invisible="base_off != 'timing' or timing_type not in ['work_days', 'non_work_days']">
4747
<field nolabel="1" name="timing_start" widget="float_time" style="width:10ch"/>
4848
<label for="expected_hours_from_contract" string="and"/>

0 commit comments

Comments
 (0)