[FIX] correct the spelling of 'task' in stat button in project form view (addon project)

bzr revid: ged@openerp.com-20140415121404-gasss4hjx0vx9su5
This commit is contained in:
Gery Debongnie 2014-04-15 14:14:04 +02:00
parent e0d45c418a
commit c68163c160
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
<div class="oe_right oe_button_box" name="buttons" groups="base.group_user">
<button class="oe_inline oe_stat_button" type="action" attrs="{'invisible':[('use_tasks','=', 0)]}"
name="%(act_project_project_2_project_task_all)d" icon="fa-tasks">
<field string="Task" name="task_count" widget="statinfo"/>
<field string="Tasks" name="task_count" widget="statinfo"/>
</button>
<button class="oe_inline oe_stat_button" name="attachment_tree_view" type="object" icon="fa-files-o">
<field string="Documents" name="doc_count" widget="statinfo"/>