[IMP] project_long_term : Improve the icon of Long Term Planning

bzr revid: sbh@tinyerp.com-20100827071241-snfte0ikwtaiubsn
This commit is contained in:
sbh (Open ERP) 2010-08-27 12:42:41 +05:30
parent e563264f3d
commit c21dbb869a
1 changed files with 6 additions and 6 deletions

View File

@ -72,9 +72,9 @@
<field name="name">Resource Allocations</field>
<field name="res_model">project.resource.allocation</field>
<field name="view_type">form</field>
<field name="view_mode">gantt,tree,form</field>
<field name="view_mode">tree,form,gantt</field>
<field name="context">{}</field>
<!--<field name="search_view_id" ref="view_project_phase_search"/>-->
<field name="search_view_id" ref="view_project_resource_allocation_search"/>
</record>
@ -254,7 +254,7 @@
<field name="name">Project Phases</field>
<field name="res_model">project.phase</field>
<field name="view_type">form</field>
<field name="view_mode">gantt,tree,form,calendar</field>
<field name="view_mode">tree,form,gantt,calendar</field>
<field name="context">{'search_default_responsible_id':uid}</field>
<field name="search_view_id" ref="view_project_phase_search"/>
<field name="help">You can subdivide your larger projects into several phases. For each phase, you can define your resources allocation (humans or engine), describe de differend task and link your phase with previous and next one, add constraints date and scheduling. A gantt view of your project phase is also available from this menu. Gantt view is a graphically draw of the project plan; it includes any task dependencies by visually adjusting task durations and priorities, and by linking tasks to each other.</field>
@ -314,13 +314,13 @@
<menuitem action="act_project_phase"
groups="base.group_extended"
id="menu_project_phase" icon="terp-project" parent="base.menu_project_long_term" sequence="1"/>
id="menu_project_phase" parent="base.menu_project_long_term" sequence="1"/>
<menuitem id="menu_resouce_allocation" action="act_resouce_allocation"
name="Resource Allocations" icon="terp-project" parent="base.menu_project_long_term" sequence="2"/>
name="Resource Allocations" parent="base.menu_project_long_term" sequence="2"/>
<menuitem id="menu_pm_resources_project1"
groups="base.group_extended" icon="terp-project"
groups="base.group_extended"
name="Resources" parent="project.menu_definitions" sequence="3"/>
<menuitem id="menu_phase_schedule" name="Scheduling" parent="base.menu_project_long_term" sequence="4" groups="project.group_project_user,project.group_project_manager,base.group_system"/>