Skip to Content
Menu
This question has been flagged
1 Reply
284 Views

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.

Avatar
Discard
Best Answer

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

Avatar
Discard