← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 865293] [NEW] many2many field with readonly turned on returns a list of ids instead of a tuple of a list

 

Public bug reported:

In Web client, many2many fields with readonly turned on returns list of
selected ids, where as when the readonly turned off it returns a list
that contains the following tuple: ( 6, 0, [ids]) where [ids] is the
list of selected ids.

The GTK client behaviour is consistent between readonly turned on and
off, which is returning [( 6, 0, [ids])]

Attached file shows the variable watch at the same break-point between
web-client and GTK-client.

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

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

Title:
  many2many field with readonly turned on returns a list of ids instead
  of a tuple of a list

Status in OpenERP Web Client:
  New

Bug description:
  In Web client, many2many fields with readonly turned on returns list
  of selected ids, where as when the readonly turned off it returns a
  list that contains the following tuple: ( 6, 0, [ids]) where [ids] is
  the list of selected ids.

  The GTK client behaviour is consistent between readonly turned on and
  off, which is returning [( 6, 0, [ids])]

  Attached file shows the variable watch at the same break-point between
  web-client and GTK-client.

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


Follow ups

References