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.
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.
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.