[IMP]hr_timesheet_import_from_calendar: display unit amount with time format widget instead of float

This commit is contained in:
2025-10-01 08:04:58 +02:00
parent 6c008cce4d
commit 0dc8075a81
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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>