[IMP] added a comment line

bzr revid: psi@tinyerp.com-20121025062346-ud9m02ah4m9om1vf
This commit is contained in:
Purnendu Singh (OpenERP) 2012-10-25 11:53:46 +05:30
parent 6080eadb4b
commit 1a910d71d6
1 changed files with 1 additions and 0 deletions

View File

@ -2293,6 +2293,7 @@ class BaseModel(object):
if view_type == 'tree' or not action[2].get('multi')]
resprint = [clean(print_) for print_ in resprint
if view_type == 'tree' or not print_[2].get('multi')]
#When multi="True" set it will display only in More of the list view
resrelate = [clean(action) for action in resrelate
if (action[2].get('multi') and view_type == 'tree') or (not action[2].get('multi') and view_type == 'form')]