[IMP]include board and column tag.
authorVidhin Mehta (OpenERP) <vme@tinyerp.com>
Fri, 11 Nov 2011 10:16:39 +0000 (15:46 +0530)
committerVidhin Mehta (OpenERP) <vme@tinyerp.com>
Fri, 11 Nov 2011 10:16:39 +0000 (15:46 +0530)
bzr revid: vme@tinyerp.com-20111111101639-yqo8hgoe9m2hco9f

1  2 
addons/web/static/src/js/view_editor.js

@@@ -831,28 -755,7 +829,24 @@@ var _PROPERTIES = 
      'tree' : ['string', 'colors', 'editable', 'link', 'limit', 'min_rows'],
      'graph' : ['string', 'type'],
      'calendar' : ['string', 'date_start', 'date_stop', 'date_delay', 'day_length', 'color', 'mode'],
-     'view' : [],
  };
 +_CHILDREN = {
-     'form': ['notebook', 'group', 'field', 'label', 'button', 'image', 'newline', 'separator'],
++    'form': ['notebook', 'group', 'field', 'label', 'button','board', 'newline', 'separator'],
 +    'tree': ['field'],
 +    'graph': ['field'],
 +    'calendar': ['field'],
 +    'notebook': ['page'],
-     'page': ['notebook', 'group', 'field', 'label', 'button', 'image', 'newline', 'separator'],
++    'page': ['notebook', 'group', 'field', 'label', 'button', 'newline', 'separator'],
 +    'group': ['field', 'label', 'button', 'separator', 'newline'],
-     'hpaned': ['child1', 'child2'],
-     'vpaned': ['child1', 'child2'],
-     'child1': ['action'],
++    'board': ['column'],
 +    'child2': ['action'],
 +    'action': [],
 +    'field': ['form', 'tree', 'graph'],
 +    'label': [],
 +    'button' : [],
-     'image': [],
 +    'newline': [],
 +    'separator': [],
 +};
  var icons = ['','STOCK_ABOUT', 'STOCK_ADD', 'STOCK_APPLY', 'STOCK_BOLD',
              'STOCK_CANCEL', 'STOCK_CDROM', 'STOCK_CLEAR', 'STOCK_CLOSE', 'STOCK_COLOR_PICKER',
              'STOCK_CONNECT', 'STOCK_CONVERT', 'STOCK_COPY', 'STOCK_CUT', 'STOCK_DELETE',