[MERGE] forward port of branch 7.0 up to ae99a93

This commit is contained in:
Denis Ledoux 2014-11-06 16:30:00 +01:00
commit c8df9fcc7d
1 changed files with 1 additions and 3 deletions

View File

@ -5457,9 +5457,7 @@ instance.web.form.FieldMany2ManyBinaryMultiFiles = instance.web.form.AbstractFie
this.fileupload_id = _.uniqueId('oe_fileupload_temp');
$(window).on(this.fileupload_id, _.bind(this.on_file_loaded, this));
},
start: function() {
this._super();
instance.web.form.ReinitializeFieldMixin.start.call(this);
initialize_content: function() {
this.$el.on('change', 'input.oe_form_binary_file', this.on_file_change );
},
set_value: function(value_) {