mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Merge branch 'fix/13.0/hr_payroll_overtime__view_colspan' into '13.0-test'
fix/13.0/hr_payroll_overtime__view_colspan into 13.0-test See merge request hibou-io/hibou-odoo/suite!732
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