Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
1367 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore Risposta migliore

HI Andrés Carles,

It works perfectly. Thank you very much.

Boris

Avatar
Abbandona