[FIX] hr_payroll_overtime: colspan 4 squishes above fields

Essentially, the colspan=4 here pushed the two fields above it into a strange view because it is a single group that is already 4 col wide.

(cherry picked from commit d87fa8c923)
This commit is contained in:
Jared Kipe
2020-12-10 14:01:00 -08:00
parent 75d6c97e69
commit f7b65bfa56

View File

@@ -16,7 +16,7 @@
domain="[('id', '!=', id)]" domain="[('id', '!=', id)]"
attrs="{'required': [('overtime_work_type_id', '!=', False)]}" /> attrs="{'required': [('overtime_work_type_id', '!=', False)]}" />
<field name="override_ids" nolabel="1" colspan="4"> <field name="override_ids" nolabel="1" colspan="2">
<tree editable="top"> <tree editable="top">
<field name="work_type_id"/> <field name="work_type_id"/>
<field name="multiplier"/> <field name="multiplier"/>