Hello,
I've added a custom field in res.partner model that is [x_branch].
In Sales/Quotations when user want to create new Sale Order. I want the customer dropdown list to show "name #branch" instead of just name. For example, a customer name "VendorABC" with branch "4" should be display as "VendorABC #0004" in dropdown list.
How can i achieve this?
Thanks.