From bd6694fb5a3e3d189f65d804dfc523fd3d5aaf89 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Thu, 26 Jan 2012 10:54:32 +0100 Subject: [PATCH] [FIX] documented signature of View#do_search bzr revid: xmo@openerp.com-20120126095432-x359um1e0b2g7vw2 --- doc/source/addons.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/addons.rst b/doc/source/addons.rst index ddfeea06e57..17a0d1b49c1 100644 --- a/doc/source/addons.rst +++ b/doc/source/addons.rst @@ -266,7 +266,7 @@ view managers can correctly communicate with them: hidden it. The view should refresh its data display upon receiving this notification -``do_search(domains: Array, contexts: Array, groupbys: Array)`` +``do_search(domain: Array, context: Object, group_by: Array)`` If the view is searchable, this method is called to notify it of a search against it.