we want, that all sale order emails will automatically be sent CC to the currently logged in user.
i tried to overwrite _send_prepare_values of mail.mail but there i do not know how to find out the currently logged in user.
with self.env.user i only get the res_user with id=1 (odoobot) and not the currently logged in user.
any ideas?