c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07427
[Bug 688420] [NEW] product supplier info domain not working
Public bug reported:
I try set domain with supplier in Purchase Order Line product_id field.
<field name="product_id"
domain="[('seller_ids','=',parent.partner_id)]"/>
But it does not working good.
P1 Product has few supplier info
Sup1 (id:1)
Sup2 (id:2)
Sup3 (id:3)
and domain is "[('seller_ids','=', 2)]" then nothing resulted.
** Affects: openobject-server
Importance: Undecided
Status: New
--
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/688420
Title:
product supplier info domain not working
Status in OpenObject Server:
New
Bug description:
I try set domain with supplier in Purchase Order Line product_id field.
<field name="product_id" domain="[('seller_ids','=',parent.partner_id)]"/>
But it does not working good.
P1 Product has few supplier info
Sup1 (id:1)
Sup2 (id:2)
Sup3 (id:3)
and domain is "[('seller_ids','=', 2)]" then nothing resulted.
Follow ups
References