Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
894 Visninger

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
Kassér
Bedste svar

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
Kassér