what is the base configuration to create a planned action
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2
回覆
2397
瀏覽次數
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
|
734 | ||
|
0
11月 23
|
1419 | ||
|
0
3月 15
|
5913 | ||
|
1
12月 22
|
6065 | ||
|
0
8月 18
|
4232 |
could you please specify a little more?