← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 884160] Re: [Trunk] one2many in domains

 

Was my fault.

** Changed in: openobject-client
       Status: New => Invalid

** Changed in: openobject-client
     Assignee: (unassigned) => Thibaut DIRLIK (Logica) (thibaut-dirlik)

-- 
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/884160

Title:
  [Trunk] one2many in domains

Status in OpenERP GTK Client:
  Invalid

Bug description:
  Hi,

  I'm using the latest trunk (rev 1926). I had a domain on a field based
  on a FUNCTIONNAL one2many, which is invisible.

  Example : We have an "address_id" many2one field, which have a domain
  based on a "my_partner_address_ids", my functional one2many field, in
  readonly, and invisible.

  <field name="address_id" domain="[('id', 'in',
  my_partner_address_ids)]"/>

  This doesn't work anymore. The "my_partner_address_ids" is evaluated
  as a list of 3-tuples, liek this :

  [(status, id, data),...]

  Example :

  [(0, 0, {'xxx' : 'yyy'}), (1, 21, {...}), ...]

  Is it normal ?

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


References