[FIX] project: allow to save custom filters on Task Analysis

Measures added to the Task Analysis report were not kept when saving the filter.
This is due to the lack of 'col' type field in the view definition (the parser
in 8.0 needs at least one).

This does not need to be forward ported (no bug in next version) but it's anyway
a good idea to filter by user by default.
Fixes #2835, opw 621468
This commit is contained in:
fka-odoo 2015-01-02 18:33:34 +05:30 committed by Martin Trigaux
parent 9a365e83e7
commit 506c229cd3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<field name="arch" type="xml">
<graph string="Tasks Analysis" type="pivot">
<field name="project_id" type="row"/>
<field name="user_id" type="col"/>
<field name="nbr" type="measure"/>
</graph>
</field>