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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
2
返信
2389
ビュー
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
|
732 | ||
|
0
11月 23
|
1412 | ||
|
0
3月 15
|
5909 | ||
|
1
12月 22
|
6053 | ||
|
0
8月 18
|
4230 |
could you please specify a little more?