← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 817556] Re: [trunk] editing a one2many inside a one2many = crash

 

This bug is being closed as Won't Fix in the OpenERP Web Client project, as it is not going to be developed further after the 6.0 series. It will be replaced in 6.1 by a newer and better web frontend known as the OpenERP Web project[1], so further R&D efforts on the 6.0 project would be wasted.
Bugs affecting customers in production of course continue to be handled via the OpenERP Enterprise (OPW) maintenance service.
You can find more details about this in the Bug Management FAQ[2].


** Changed in: openobject-client-web
   Importance: Medium => Undecided

** Changed in: openobject-client-web
       Status: Confirmed => Won't Fix

** Changed in: openobject-client-web
     Assignee: OpenERP R&D Web Team (openerp-dev-web) => (unassigned)

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/817556

Title:
  [trunk] editing a one2many inside a one2many = crash

Status in OpenERP Web Client:
  Won't Fix

Bug description:
  Hi!

  I have 3 objects, say A, B and C. A has a one2many to B, which has a
  one2many to C.

  I open the form view of A, edit the one2many field. It opens a pop-up
  form view of B, in which there is the one2many field containing C
  objects. I edit a line of this field; this opens a new pop-up form
  view, for the C object this time.

  When I click "save & close" of this second pop-up, it crashes on client side. 
  However, modifications are saved, and the error seems to arise only in the browser (nothing special in the terminal of the web client, and nothing at all in the openerp server terminal).

  
  Here is what appears in the terminal of the web client when I click "save":

  127.0.0.1 - - [28/Jul/2011:15:39:33] "POST /openerp/openo2m/edit HTTP/1.1" 200 18023 "http://localhost:8080/openerp/menu?active=94"; "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.825.0 Chrome/14.0.825.0 Safari/535.1"
  127.0.0.1 - - [28/Jul/2011:15:39:33] "GET /openerp/j18n/fr_BE HTTP/1.1" 200 2882 "http://localhost:8080/openerp/openo2m/edit"; "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.825.0 Chrome/14.0.825.0 Safari/535.1"

  
  In the browser however, a long error message appears (with those usual ugly pink and purple lines). Please find attached a file containing the message received.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/817556/+subscriptions


References