I saw a popup message "at least 2 worker to print pdf report" when I running odoo in my server.
anyone know Can I print pdf report when set to 1 "Workers" in Odoo.sh? Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
2546
查看
Here is the thumb rule for odoo worker calculation.
Worker number calculation
- Rule of thumb : (#CPU * 2) + 1
- Cron workers need CPU
- 1 worker ~= 6 concurrent users
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
7月 25
|
1898 | ||
|
4
4月 25
|
12305 | ||
|
1
2月 25
|
3669 | ||
|
1
1月 25
|
1490 | ||
|
1
1月 25
|
5031 |
This is wrong technically, if you are setting workers, then you must assign atleast one worker for cron job. ie, number od workers + 1 will be the caluclation.