lp:~openerp-dev/openobject-client-web/6.0-opw-580592-xal

Created by Xavier ALT and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-client-web/6.0-opw-580592-xal
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Web Client
Status:
Development

Recent revisions

4890. By Anaƫl Closson (openerp)

[FIX] OPW 587377 ie stop listening clicks when spam clicking on buttons on a view with m2o

4889. By Xavier ALT

[FIX] OPW 580592: web: when compararing current and original compare, make sure both arguments are unicode

4888. By Xavier ALT

[FIX] OPW 580592: web: one2many: when saving one2many data filter data that has not been modified

  - This is necessary when user has no 'write' access on the one2many object,
    and user clic on a button. If user didn't modify the record - write() call
    is not necessary.

4887. By Xavier ALT

[MERGE] OPW 580425: fix onchange concurrency problem with many2many

4886. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4885. By Xavier ALT

[MERGE] OPW 578685: many2many: many2many broken after 2nd pagination, traceback on column sorting

4884. By Xavier ALT

[MERGE] OPW 577661: web: fix error popup replacing "view" when submitted data contains binary

 - in browsers not supporting FileAPI, standard XMLHttpRequest does not allow
   sending <input type="file"/> binary content, so in that case jquery.form.js
   use a _hack_ by inclusing content within an iframe form and submitting that
   form.

   Normally, if server raise an error during an XHR request, we get the correct
   error status on the response, but with <input type="file"/> and _iframe hack_,
   we have no way to get the real response status (always think there is no error);
   We then wrongly call the 'sucess' callback, i.e replace view content by the
   received response.

   jQuery form plugin has been upgraded to support XHR status emulation and from
   web-client we intercept error message to add emulated status allowing us to
   call the right 'error callback'.

4883. By Xavier ALT

[MERGE] OPW 57667: form view: button should be clickable on state + attrs (not forced to readonly if view is non-editable)

4882. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4881. By Xavier ALT

[MERGE] OPW 577768: web: open error popup exclusively from top window - otherwise error raised from wizard might not be shown

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-client-web
This branch contains Public information 
Everyone can see this information.

Subscribers