Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
866 มุมมอง

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

อวตาร
ละทิ้ง