Hello,
I have a custom module that when I save it, the email (message_notification_email) is sent to the user.
user_id= fields.Many2one( 'res.users', string='Compilatore', readonly=True, required=True, change_default=True, index=True, track_visibility='always', track_sequence=1 )
I don't understand where I can stop the email.
Thank you