Skip to Content
Menu
This question has been flagged
2326 Views

I want to create a method that show customer informations like in shop(it shows product informations) in website module

Can you please guide me to the method in odoo module (website_sale), that do the search process in the website. Or, please show me how odoo will be able to extract data related to customers and display it.


Avatar
Discard

Please elaborate more that when do you want to show customer and which details of customer should be displayed, from where customers will be displayed.

Author

Thank you Mita Vaghani for you response. Actually, I create a search bar in my website that autocomplete the names of my costumers. I want now to show customer informations when I choose one of this costumer.

You can use AJAX/Javascript to search records in oninput event from backend and display as dropdown(Selection) view and onclick that select option it will redirect to to display your customer. You can do something like this. For more reference just google it out.

Related Posts Replies Views Activity
3
Nov 23
15306
3
Nov 24
21060
1
Apr 23
4562
2
Dec 22
5495
1
Nov 22
2661