Skip to Content
मेन्यू
This question has been flagged

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
Discard
Related Posts Replies Views Activity
3
मई 25
2473
2
फ़र॰ 23
1739
2
जून 23
3376
1
जून 18
3440
1
मई 24
1481