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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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