跳至内容
菜单
此问题已终结
2 回复
5558 查看

i'm a new with odoo studio , i created new model , places field for customer , field many2one bring all sales order number.
i want to able this field to show only the sales order for the customer i selected in customer filed 

what can i do ?

形象
丢弃
编写者

thanks , i try to ost as you mentioned

[('partner_id','=',x_studio_field_XApDC)]

which is x_studio_field_XApDC field of customer name , but still not work

最佳答案

i have the Same problem, 

did any one get it done in odoo studio?

形象
丢弃
最佳答案

Dear ,

you can make something like by add domain


[('partner_id','=',your_customer_field)]

where the partner_id refer to the customer on sales order. and  your_customer_field  refer to your customer field.

Add above domain in your sale order relation field.

I hope I helped you...

形象
丢弃
相关帖文 回复 查看 活动
1
7月 25
1479
2
3月 25
1696
0
2月 25
1334
0
2月 25
1562
0
2月 25
1463