Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
1900 Представления

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()



Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
июн. 25
1779
3
апр. 25
1630
1
дек. 24
2235
3
июн. 25
3342
1
июн. 25
1384