From 7d12fedaa3c2f1dcbe335d0ba951976f7fe2a5d9 Mon Sep 17 00:00:00 2001 From: "Yogesh (OpenERP)" Date: Fri, 11 Nov 2011 12:22:45 +0530 Subject: [PATCH] [IMP] vieweditor :- change properties related to new-style of dashboard. bzr revid: ysa@tinyerp.com-20111111065245-wh5bs9277xpqgtio --- addons/web/static/src/js/view_editor.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/addons/web/static/src/js/view_editor.js b/addons/web/static/src/js/view_editor.js index 5ad94e4b5c2..fbf30f6a3c9 100644 --- a/addons/web/static/src/js/view_editor.js +++ b/addons/web/static/src/js/view_editor.js @@ -749,15 +749,12 @@ var _PROPERTIES = { 'label': ['string', 'align', 'colspan', 'groups'], 'button': ['name', 'string', 'icon', 'type', 'states', 'readonly', 'special', 'target', 'confirm', 'context', 'attrs', 'groups','colspan'], 'newline' : [], - 'hpaned': ['position', 'groups'], - 'vpaned': ['position', 'groups'], - 'child1' : ['groups'], - 'child2' : ['groups'], + 'board': ['style'], + 'column' : [], 'action' : ['name', 'string', 'colspan', 'groups'], 'tree' : ['string', 'colors', 'editable', 'link', 'limit', 'min_rows'], 'graph' : ['string', 'type'], 'calendar' : ['string', 'date_start', 'date_stop', 'date_delay', 'day_length', 'color', 'mode'], - 'view' : [], }; var icons = ['','STOCK_ABOUT', 'STOCK_ADD', 'STOCK_APPLY', 'STOCK_BOLD', 'STOCK_CANCEL', 'STOCK_CDROM', 'STOCK_CLEAR', 'STOCK_CLOSE', 'STOCK_COLOR_PICKER',