Skip to content
Snippets Groups Projects
Commit 24e34984 authored by Harshad Modi's avatar Harshad Modi
Browse files

[IMP] resource: improve calendar view of resource leave

bzr revid: hmo@tinyerp.com-20101014124032-6xagruqhmrbuu93n
parent 90efafbb
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@
<field name="model">resource.calendar.leaves</field>
<field name="type">calendar</field>
<field name="arch" type="xml">
<calendar color="resource_id" date_start="date_from" string="Resource">
<calendar color="resource_id" date_start="date_from" date_stop="date_to" string="Resource">
<field name="name"/>
</calendar>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment