콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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
2346
3
4월 25
2176
1
12월 24
3094
3
9월 25
4173
1
9월 25
1958