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

Hi,

In Odoo 16 I don't know how to show the attachment button in form view of my own model.

Thanks in advance,

Boris

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Boris, I think you are talking about chatter attachment button, to add chatter on your form you need to inherit from mail.thread   on your model , add  on your manifest and then add this code at the end of the form tag on form view: 


อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

HI Andrés Carles,

It works perfectly. Thank you very much.

Boris

อวตาร
ละทิ้ง