what is the base configuration to create a planned action
신고된 질문입니다
2
답글
4330
화면
for rec in model.search([('create_date','>=', datetime.datetime.now() - timedelta(hours=24)),('state','=','ticket')])
rec['state'] = 'delayed'
Hello Francisco Mendez
Activate debug or developer mode and go to Settings --> Technical --> Scheduled Actions --> create new record as per following screenshot.

for rec in model.search([('create_date','>=', datetime.datetime.now() - timedelta(hours=24)),('state','=','ticket')])
rec['state'] = 'delayed'
Let us know if you still need any help on this, Thanks,
Thanks & Regards,
CandidRoot Solutions Pvt. Ltd.
Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat 380015
thank you, it worked for me
thanks, it worked correctly
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
0
3월 25
|
2498 | ||
|
|
0
11월 23
|
2890 | ||
|
|
0
3월 15
|
7949 | ||
|
|
1
12월 22
|
8266 | ||
|
|
0
8월 18
|
6367 |
could you please specify a little more?