[IMP] Add field in children of fields.

bzr revid: jra@tinyerp.com-20120210133620-sy20dxxsrjwubths
This commit is contained in:
Jiten (OpenERP) 2012-02-10 19:06:20 +05:30
parent a3c807564a
commit 3a81530c14
1 changed files with 1 additions and 1 deletions

View File

@ -1158,7 +1158,7 @@ var _CHILDREN = {
'group': ['field', 'label', 'button', 'separator', 'newline','group'],
'board': ['column'],
'action': [],
'field': ['form', 'tree', 'graph'],
'field': ['form', 'tree', 'graph','field'],
'label': [],
'button' : [],
'newline': [],