コンテンツへスキップ
メニュー
この質問にフラグが付けられました

Is there a way to mark my activities as Done in bulk instead of doing it individually?

アバター
破棄
著作者 最善の回答

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
1739
3
4月 25
1598
1
12月 24
2188
3
6月 25
3266
1
6月 25
1357