[FIX] Fixed m2o dialogs
authorFabien Meghazi <fme@openerp.com>
Tue, 10 Jan 2012 14:51:29 +0000 (15:51 +0100)
committerFabien Meghazi <fme@openerp.com>
Tue, 10 Jan 2012 14:51:29 +0000 (15:51 +0100)
bzr revid: fme@openerp.com-20120110145129-7akak1kszzpobf37

addons/web/static/src/js/view_form.js

index 796c1bb..89bbf33 100644 (file)
@@ -1696,7 +1696,7 @@ openerp.web.form.dialog = function(content, options) {
     options = _.extend({
         autoOpen: true,
         width: '90%',
-        height: '90%',
+        height: 'auto',
         min_width: '800px',
         min_height: '600px'
     }, options || {});