I am developing a custom module for Odoo18.
I what the following:
- Click on a record in a list view -> Opens Form popup
- In the Form popup I see Chatter.
p.s. The record I am clicking has:
_inherit = ["mail.thread"]
How would I do it? At the moment I cannot see chatter in popup while it is shown when form is shown full screen (not popup).