[IMP] project_long_term: added default zoom = 1year on the project.resource.allocation gantt view

bzr revid: qdp-launchpad@tinyerp.com-20100811170849-zn0gcl5hbbh929ej
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-08-11 19:08:49 +02:00
parent 53411e0686
commit 1435db4103
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<field name="model">project.resource.allocation</field>
<field name="type">gantt</field>
<field name="arch" type="xml">
<gantt color="phase_id" date_start="phase_id_date_start" date_stop="phase_id_date_end" string="R.A.">
<gantt color="phase_id" date_start="phase_id_date_start" date_stop="phase_id_date_end" string="R.A." mode="year">
<level object="project.resource" link="resource_id" domain="[]">
<field name="useability"/>
</level>