Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3344 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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).

Awatar
Odrzuć
Najlepsza odpowiedź

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 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 23
3362
1
lis 22
3642
2
cze 20
3850
2
lip 18
7366
4
lip 18
8202