Merge lp://staging/~openerp-dev/openobject-client-web/6.0-opw-582970-listgrid-xal into lp://staging/openobject-client-web
Proposed by
Xavier ALT
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~openerp-dev/openobject-client-web/6.0-opw-582970-listgrid-xal |
Merge into: | lp://staging/openobject-client-web |
Diff against target: |
48 lines (+15/-1) 3 files modified
addons/openerp/controllers/listgrid.py (+1/-1) addons/openerp/controllers/openo2m.py (+2/-0) addons/openerp/static/javascript/listgrid.js (+12/-0) |
To merge this branch: | bzr merge lp://staging/~openerp-dev/openobject-client-web/6.0-opw-582970-listgrid-xal |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
OpenERP Core Team | Pending | ||
Review via email: mp+139674@code.staging.launchpad.net |
Description of the change
Hi,
This fix many problems when reloading listgrid raising IndexError when "/openerp/
Code force using stored params used to generate the "one2many" popup - this will ensure we cant regenerated the "one2many" view server-side and get the listgrid widget correctly.
Regards,
Xavier
To post a comment you must log in.
Unmerged revisions
- 4896. By Xavier ALT
-
[FIX] OPW 582970: web: reload listgrid within one2many popup with same params used to open the one2many popup