[FIX] doc: group by filter

The name of the field we are grouping on is inventor_id (cf above), not inventor
This commit is contained in:
Martin Trigaux 2015-06-17 10:25:45 +02:00
parent 6bb3be5ba3
commit d15322ae34
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@ predefined searches. Filters must have one of the following attributes:
domain="[('inventor_id', '=', uid)]"/>
<group string="Group By">
<filter name="group_by_inventor" string="Inventor"
context="{'group_by': 'inventor'}"/>
context="{'group_by': 'inventor_id'}"/>
</group>
</search>