I recently came across a post whose answer stated that numbercall
is has been removed in Odoo 18 for automated (cron) jobs.
Is there an alternative to numbercall
in Odoo 18. If not, how can its functionality be mimicked for automated jobs?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
4053
화면
Hi,
You can add an execution counter and increment it after each call, stopping further calls once the counter reaches the specified limit. Alternatively, check if any other conditions are met after a certain number of calls to prevent subsequent executions. Use these conditions in the code
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
11월 24
|
4918 | ||
|
2
1월 24
|
1476 | ||
|
1
7월 23
|
4406 | ||
|
0
2월 23
|
2046 | ||
|
1
6월 25
|
1042 |