Skip to Content
Menu
This question has been flagged
4 Replies
7783 Views

How would one modify OpenERP to only show the selected customer's associated addresses in the invoice/shipping address fields on the Sales Order entry form? By default OpenERP 7.0 allows you to select from all addresses, even if they are unrelated to the selected customer.

Avatar
Discard
Best Answer

the other domain condition should be ["parent_id","=","partner_id"]

i have tried that but i get nothing in result

Avatar
Discard
Best Answer

Hey, i have the same issue, do you find a solution ? 

Avatar
Discard
Best Answer

Right, use the domain as parent_id=partner_id and it will do. Thanks.

Avatar
Discard
Best Answer

Hi Earl,

Use domain filter for that field. Pretty Easy to implement. Just do some research and you can do it yourself..!!!!

Avatar
Discard
Related Posts Replies Views Activity
1
Feb 23
3220
3
Dec 22
3237
2
Mar 15
5403
2
Jul 25
2247
1
Jul 25
374