[IMP]hr_timesheet_import_from_calendar: display unit amount with time format widget instead of float
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "hr_timesheet_import_from_calendar",
|
'name': "hr_timesheet_import_from_calendar",
|
||||||
'version': '16.0.1.0.0',
|
'version': '16.0.1.0.1',
|
||||||
'depends': ['hr_timesheet'],
|
'depends': ['hr_timesheet'],
|
||||||
'author': "Élabore",
|
'author': "Élabore",
|
||||||
'category': 'Human Resources/Employees',
|
'category': 'Human Resources/Employees',
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<field name="date" />
|
<field name="date" />
|
||||||
<field name="project_id" />
|
<field name="project_id" />
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
<field name="unit_amount" />
|
<field name="unit_amount" widget="float_time" />
|
||||||
<field name="warning" invisible="True" />
|
<field name="warning" invisible="True" />
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user