Skip to content

Commit 62405cc

Browse files
committed
[IMP] hr_timesheet_calendar: pre-commit auto fixes
1 parent 460aba3 commit 62405cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hr_timesheet_calendar/views/hr_timesheet_views.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<odoo>
33
<record id="hr_timesheet.act_hr_timesheet_line" model="ir.actions.act_window">
4-
<field name="view_mode">tree,form,kanban,pivot,graph,calendar</field>
4+
<field name="view_mode">tree,form,kanban,pivot,graph,calendar</field>
55
</record>
66

77
<record id="hr_timesheet_line_calendar" model="ir.ui.view">
@@ -18,8 +18,6 @@
1818
>
1919
<field name="project_id" />
2020
<field name="task_id" invisible="not task_id" />
21-
22-
2321
</calendar>
2422
</field>
2523
</record>

0 commit comments

Comments
 (0)