From d15322ae340711da77f484a8073992ac912078b4 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Wed, 17 Jun 2015 10:25:45 +0200 Subject: [PATCH] [FIX] doc: group by filter The name of the field we are grouping on is inventor_id (cf above), not inventor --- doc/howtos/backend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howtos/backend.rst b/doc/howtos/backend.rst index 7dad353b9b2..f99254ea44a 100644 --- a/doc/howtos/backend.rst +++ b/doc/howtos/backend.rst @@ -1074,7 +1074,7 @@ predefined searches. Filters must have one of the following attributes: domain="[('inventor_id', '=', uid)]"/> + context="{'group_by': 'inventor_id'}"/>