From 107ba240de0f67a8afe7ed7af8a50579c07a03ca Mon Sep 17 00:00:00 2001 From: Kit Sunde Date: Thu, 11 Dec 2014 14:04:51 +0800 Subject: [PATCH] [FIX] models: docstring typo. closes #4163 --- openerp/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openerp/models.py b/openerp/models.py index fcb90aa93cc..eb1073efbaa 100644 --- a/openerp/models.py +++ b/openerp/models.py @@ -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)