Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet

Need to stop sending default email while importing task into project module

Am using excel to import task data with a custom program

                    project_task_obj.with_context(mail_notrack=True).create({

                            # set mandatory fields

                            'project_id': project_id.id if project_id else False,

                            'name': task_title,

                            'stage_id':state_id.id if state_id else False,

                            'ws_start_date':start_date,

                        })


tried this but still default email is being sent by the server

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Mai 25
2458
2
Feb. 23
1728
2
Juni 23
3359
1
Juni 18
3426
1
Mai 24
1474