Skip to content

Commit

Permalink
[FIX] hr_holidays: date_from and date_to missing on hr.holidays tree …
Browse files Browse the repository at this point in the history
…view
  • Loading branch information
tivisse committed Mar 7, 2016
1 parent 9a56bf5 commit 240417b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/hr_holidays/hr_holidays_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@
<field name="number_of_days" string="Allocated Days" sum="Remaining Days"/>
<field name="manager_id" invisible="1"/>
<field name="user_id" invisible="1"/>
<field name="date_from" invisible="1"/>
<field name="date_from"/>
<field name="date_to"/>
<field name="message_needaction" invisible="1"/>
<field name="state"/>
</tree>
Expand Down

0 comments on commit 240417b

Please sign in to comment.