Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3343 Vistas

hi


I have two questions about implementation of creation of new tasks in project by sending an email


  • can I specify under which stage it is going to be created?
  • how can I specify auto response that is sent to the original email? Ideally in the preffered language version of the "user"

Currently using 1-App Free" plan  on 16.3+e

than you

Radek

Avatar
Descartar
Mejor respuesta

After creating the email template, you can choose this template in the "Email Template"-section if the stage settings.

As soon as a task is created in this stage or reaches this stage, it will send the email automatically. You can also translate the template and will send the email with the users language (if the user exists).

Avatar
Descartar
Mejor respuesta

1. You can set default stage to specify under which stage a record is going to be created.2. Make an email template and from a python method send translated message to the user's email address with that template, you can call this method when a record of any model is created. You can pass any variable to the template with with_context().example : template = self.env.ref('your_module_name.template_id', raise_if_not_found=False)template.send_mail(self.id, force_send=True, raise_exception=True)

Thanks & Regards, 

 

Brain Station 23 Ltd. 

Mobile: (+880) 1404055226 

Email: sales@brainstation-23.com 

Web: https://brainstation-23.com/ 

Address: (Building-1) 8th Floor, 2 Bir Uttam AK Khandakar Road, Mohakhali C/A, Dhaka 1212, Bangladesh 

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jun 23
3362
1
nov 22
3640
2
jun 20
3849
2
jul 18
7366
4
jul 18
8202