Skip to content

Commit

Permalink
[FIX] models: docstring typo.
Browse files Browse the repository at this point in the history
closes odoo#4163
  • Loading branch information
kitsunde authored and xmo-odoo committed Dec 11, 2014
1 parent 8a26a88 commit 107ba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ def fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None,
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)
Expand Down

0 comments on commit 107ba24

Please sign in to comment.