~jfb-tempo-consulting/unifield-web/US-7530

« back to all changes in this revision

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

  • Committer: jf
  • Date: 2020-08-06 14:23:27 UTC
  • mfrom: (4989.2.5 web-US-5271)
  • Revision ID: jfb@tempo-consulting.fr-20200806142327-fy0fvg6ud982dxu7
US-5271 [IMP] new attr set_ids on button to retrieve the o2m ids
Refresh o2m in a 1st popup when the 2nd popup is closed

lp:~jfb-tempo-consulting/unifield-web/US-5271

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
                $form.ajaxSubmit({
294
294
                    data: {'requested_with': 'XMLHttpRequest'},
295
295
                    success: doLoadingSuccess(jQuery('body')),
296
 
                    error: loadingError()
 
296
                    error: loadingError(),
 
297
                    complete: function(res, status) {
 
298
                        $form[0].issubmitted = false;
 
299
                    },
297
300
                });
298
301
                return false;
299
302
            });