Is there a way to mark my activities as Done in bulk instead of doing it individually?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
Unfortunately, there isn't a way to mark activities as Done in bulk but here's a workaround:
1. Enable Developer Mode:

2. Go to Activities via the technical menu:

3. You can either click on Done to the right of th activities more quickly from here"

4. Or select them and delete them (you will lose any notes by deleting):

I just ran to the same problem.
I've created my own server action for model mail.activity, which uses Odoo's method action_done(). It closes all selected records of activities and creates a message on related documents.
for record in records:
record.action_done()
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
|
3
6月 25
|
2831 | ||
|
|
3
4月 25
|
2571 | ||
|
|
1
12月 24
|
3635 | ||
|
|
3
9月 25
|
4868 | ||
|
|
1
9月 25
|
2328 |