c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07428
[Bug 688420] Re: product supplier info domain not working
I think search method return a first result of seller_ids.
If i set domain like "[('seller_ids','=',1)]" its work but in other
sellers does not work.
I want to check in all sellers by id.
--
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.
References