Skip to Content
Menu
This question has been flagged
1 Reply
979 Views

When adding a new purchase order (C14.1) you need to provide a name of the customer.
When there are already other customers in the database with the same name, it's impossible to see if you need to create a new customer or if you need to select an existing one.
Only way to prevent creating a double is to select a customer and edit it's profile to see the address. 
You have to do this four times only to find out you need to add the fifth customer with the same name.

/ See screenshot : Screenshot

Is it possible to not only show the name, but also the street in the popup?

I tried to find an answer on these forums and outside, but to no avail.
For sure I am not the only one who has this issue?

Avatar
Discard
Author
Thanks for the fast reply.
I'm not sure I can exactly follow on where to edit this.
In the form view there's already this used ..

Edit, ah, I can't post code due to karma. Sorry.

Best Answer

You can  use context="{'show_address': 1}".

name="partner_id"
context="{'show_address': 1}"/>
Avatar
Discard