I have a custom module and some fields.
user_id = fields.Many2many('res.users', string="Responsible")#responsible user
When the record is created I want to send the popup message like "Enquiries are created".
Notes
please give the idea behind this.Thanks in advance
please check this module https://www.odoo.com/apps/modules/10.0/web_notify/
Thanks, Amal. I will check the module.