From: Yogesh (OpenERP) Date: Wed, 12 Oct 2011 05:09:18 +0000 (+0530) Subject: [MERGE] Merge with trunk upto revision no 1218. X-Git-Tag: 6.1.0-rc1-addons~1543^2~14 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=c6d4bea1c2e9198f07eab560677c2dd52408cf2a;hp=-c;p=odoo%2Fodoo.git [MERGE] Merge with trunk upto revision no 1218. bzr revid: ysa@tinyerp.com-20111012050918-c83f2y42ocshk6e6 --- c6d4bea1c2e9198f07eab560677c2dd52408cf2a diff --combined addons/web/static/src/css/base.css index 0e2a4e9,6e38d16..a814ddb --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@@ -300,7 -300,7 +300,7 @@@ label.error text-shadow: 0 1px 0 #333; text-align: center; font-size: 18px; - line-height: 14px; + line-height: 18px; right: 0; } .openerp .secondary_menu.oe_folded .oe_toggle_secondary_menu { @@@ -325,6 -325,7 +325,7 @@@ background: #5A5858; vertical-align: top; height: 100%; + display: block; position: relative; } .openerp .secondary_menu.oe_folded { @@@ -721,11 -722,15 +722,15 @@@ .openerp .oe-listview .oe-field-cell { cursor: pointer; } + .openerp .oe-listview .oe-field-cell progress { + width: 100%; + } .openerp .oe-listview .oe-field-cell button { + margin: 0; padding: 0; border: none; background: none; - width: 100%; + width: 16px; } .openerp .oe-listview .oe-field-cell button:active { opacity: 0.5; @@@ -767,6 -772,10 +772,10 @@@ .openerp .oe-listview .oe-list-footer span { margin: 0 1em; } + .openerp .oe-listview .oe-list-footer progress { + vertical-align:-10% !important; + width: 100%; + } /** list rounded corners @@@ -828,6 -837,9 +837,9 @@@ } /* Form */ + .openerp .oe_frame.oe_forms { + clear: both; + } .openerp table.oe_frame td { color: #4c4c4c; } @@@ -1391,12 -1403,3 +1403,12 @@@ ul.oe-arrow-list li.oe-arrow-list-selec border-color: rgba(0,0,0,0); border-left-color: #CFCCCC; } +.openerp .view_editor{ + font-size: 90%; + font-weight: normal; + height : 10%; + padding: 0; + border-bottom: 1px solid #CFCCCC; +} + + diff --combined addons/web/static/src/js/core.js index ea11144,0d5b95e..b1708bb --- a/addons/web/static/src/js/core.js +++ b/addons/web/static/src/js/core.js @@@ -74,6 -74,7 +74,7 @@@ openerp.web.qweb.debug = (window.locati } return this; } + // This should NOT be used, like callbackenable it's too hackish not enough javasish Class.include = function (properties) { for (var name in properties) { if (typeof properties[name] !== 'function' @@@ -604,8 -605,7 +605,8 @@@ openerp.web.Session = openerp.web.Callb tag.onload_done = true; self.do_load_js(files); }; - document.head.appendChild(tag); + $('head').append(tag); + self.do_load_js(files); } else { this.on_modules_loaded(); } diff --combined addons/web/static/src/xml/base.xml index 6091d0e,c58e084..7b4baae --- a/addons/web/static/src/xml/base.xml +++ b/addons/web/static/src/xml/base.xml @@@ -539,7 -539,7 +539,7 @@@ @@@ -623,18 -623,9 +623,18 @@@ - - - + + + + + + + + + + + + - + @@@ -1280,51 -1271,6 +1280,51 @@@ .unwrap(); + + + +
+
+ + + + + + + +
+ + + +
+ + + + + + + + + + +
+ + + + + + + + + +
+ + + + + + Export @@@ -1377,7 -1323,6 +1377,7 @@@ +