[FIX] documented signature of View#do_search

bzr revid: xmo@openerp.com-20120126095432-x359um1e0b2g7vw2
This commit is contained in:
Xavier Morel 2012-01-26 10:54:32 +01:00
parent 40f08f21ee
commit bd6694fb5a
1 changed files with 1 additions and 1 deletions

View File

@ -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.