[FIX] models: docstring typo.

closes #4163
This commit is contained in:
Kit Sunde 2014-12-11 14:04:51 +08:00 committed by Xavier Morel
parent 8a26a88033
commit 107ba240de
1 changed files with 1 additions and 1 deletions

View File

@ -1483,7 +1483,7 @@ class BaseModel(object):
Get the detailed composition of the requested view like fields, model, view architecture
:param view_id: id of the view or None
:param view_type: type of the view to return if view_id is None ('form', tree', ...)
:param view_type: type of the view to return if view_id is None ('form', 'tree', ...)
:param toolbar: true to include contextual actions
:param submenu: deprecated
:return: dictionary describing the composition of the requested view (including inherited views and extensions)