mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[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:
@@ -16,7 +16,7 @@
|
||||
domain="[('id', '!=', id)]"
|
||||
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">
|
||||
<field name="work_type_id"/>
|
||||
<field name="multiplier"/>
|
||||
|
||||
Reference in New Issue
Block a user