~fabien-morin/unifield-web/fm-us-3366

« back to all changes in this revision

Viewing changes to addons/openerp/static/javascript/binary.js

  • Committer: jf
  • Date: 2017-08-22 14:03:03 UTC
  • mfrom: (4850.2.1 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20170822140303-6x23igpiq6c6vto5
US-3242 [FIX] Download button does not work (py2.7)

lp:~jfb-tempo-consulting/unifield-web/us-3242

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
    submit_form(openobject.http.getURL(act, {
39
39
        _terp_field: name,
40
 
        _terp_model: openobject.dom.get(prefix + '_terp_model').value,
41
 
        _terp_id: openobject.dom.get(prefix + '_terp_id').value
42
40
    }), undefined, '_blank');
43
41
}
44
42