تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال

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
مايو 25
2458
2
فبراير 23
1728
2
يونيو 23
3359
1
يونيو 18
3426
1
مايو 24
1474