Turkesh Patel (openERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-856487-TPA into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #856487 in OpenERP Web: "wizard enable to load outlook or thunderbird 
plugin are broken"
  https://bugs.launchpad.net/openerp-web/+bug/856487

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-856487-TPA/+merge/77306

in any attachment field if we select any attachment then we can not change it 
still we create record because buttons becomes invisible.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-856487-TPA/+merge/77306
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-856487-TPA.
=== modified file 'addons/web/static/src/js/view_form.js'
--- addons/web/static/src/js/view_form.js	2011-09-26 16:00:57 +0000
+++ addons/web/static/src/js/view_form.js	2011-09-28 11:02:23 +0000
@@ -2465,7 +2465,7 @@
     },
     update_dom: function() {
         this._super.apply(this, arguments);
-        this.$element.find('.oe-binary').toggle(!this.readonly);
+        this.$element.find('.oe-binary');
     },
     human_filesize : function(size) {
         var units = ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to