Hello community,
I have created a portal view for customers to see all theior data. I want them to be able to chat with the user using the chatbox in the website. How can i create a chatbox like in the backend form view ?
Thanks.
Hello community,
I have created a portal view for customers to see all theior data. I want them to be able to chat with the user using the chatbox in the website. How can i create a chatbox like in the backend form view ?
Thanks.
Hi,
Try like below code.
<div id="id" class="mt-4">
<h2>History</h2>
<t t-call="portal.message_thread">
<t t-set="object" t-value="details"/>
</t>
</div>
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.