跳至內容
選單
此問題已被標幟

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
5月 25
2440
2
2月 23
1722
2
6月 23
3334
1
6月 18
3396
1
5月 24
1452