Skip to content

Commit

Permalink
[IMP] project: Remove date_start and date_end on project_task tree vi…
Browse files Browse the repository at this point in the history
…ew and filters

as it as already been removed by fp on the form view
  • Loading branch information
tivisse committed Sep 30, 2015
1 parent 4bbeacf commit 411c806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions addons/project/project_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<filter string="Company" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<separator/>
<filter string="Last Message" name="group_message_last_post" context="{'group_by':'message_last_post:week'}"/>
<filter string="Assignation Month" context="{'group_by':'date_start:month'}" help="Creation Date"/>
</group>
</search>
</field>
Expand Down Expand Up @@ -396,8 +395,6 @@
<field name="planned_hours" invisible="context.get('set_visible',False)" groups="project.group_time_work_estimation_tasks"/>
<field name="date_deadline" invisible="context.get('deadline_visible',True)"/>
<field name="stage_id" invisible="context.get('set_visible',False)"/>
<field name="date_start" groups="project.group_time_work_estimation_tasks"/>
<field name="date_end" groups="project.group_time_work_estimation_tasks"/>
</tree>
</field>
</record>
Expand Down
2 changes: 1 addition & 1 deletion addons/project_timesheet/project_timesheet_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<field name="total_hours" invisible="1"/>
<field name="effective_hours" widget="float_time" sum="Spent Hours" invisible="1"/>
</field>
<field name="date_end" position="after">
<field name="stage_id" position="after">
<field name="progress" widget="progressbar" invisible="context.get('set_visible',False)"/>
</field>
</field>
Expand Down

0 comments on commit 411c806

Please sign in to comment.