Skip to Content
Menu
This question has been flagged
2 Replies
1204 Views

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

Avatar
Discard
Best Answer

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: 


Avatar
Discard
Author Best Answer

HI Andrés Carles,

It works perfectly. Thank you very much.

Boris

Avatar
Discard