| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/mail |
| GIT | |
| GIT | https://github.com/OCA/mail.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/mail/tree/18.0/mail_activity_done |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Discuss |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/mail |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module implements the capability to keep activities that have been completed, for future reporting, by setting them with the boolean 'Done'. Since Odoo 18.0, this is supported natively by Odoo, depending on the configuration of the activity types. This module ensures that the option is active on all existing and new activity types in your setup. |
No views found for this module.
keep_done
Boolean
default=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/17.0/mail_activity_done |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Discuss |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module implements the capability to keep activities that have been completed, for future reporting, by setting them with the boolean 'Done'. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mail_activity_view_calendar |
mail.activity.view.calendar | mail.activity | field | Inherits mail.mail_activity_view_calendar |
mail_activity_view_form_popup |
mail.activity.view.form.popup | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
mail_activity_view_search |
mail.activity.view.search | mail.activity | field | Inherits mail.mail_activity_view_search |
mail_activity_view_tree |
mail.activity.view.tree | mail.activity | field | Inherits mail.mail_activity_view_tree |
res_partner_view_search_inherit_mail |
res.partner.view.search.inherit.mail | res.partner | filter | Inherits mail.res_partner_view_search_inherit_mail |
active
Boolean
default=True
date_done
Date
index='btree'
args: 'Completed Date'
done
Boolean
default=False
state
Selection
compute='_compute_state'
search='_search_state'
selection_add=[('done', 'Done')]
unlink(self)
activity_ids
One2many
domain=<expr>
No public methods.
No new fields.
Public methods (1)systray_get_activities(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/16.0/mail_activity_done |
| VERSION | |
| VERSION | 1.4.0 |
| CATEGORY | |
| CATEGORY | Discuss |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem, hugues de keyzer, Karthik, Sodexis, Jesus Ventosinos, Jakub Bordáš, Shamsidinkhon |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mail_activity_view_calendar |
mail.activity.view.calendar | mail.activity | field | Inherits mail.mail_activity_view_calendar |
mail_activity_view_form_popup |
mail.activity.view.form.popup | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
mail_activity_view_search |
mail.activity.view.search | mail.activity | field | Inherits mail.mail_activity_view_search |
mail_activity_view_tree |
mail.activity.view.tree | mail.activity | field | Inherits mail.mail_activity_view_tree |
res_partner_view_search_inherit_mail |
res.partner.view.search.inherit.mail | res.partner | filter | Inherits mail.res_partner_view_search_inherit_mail |
active
Boolean
default=True
date_done
Date
index='btree'
readonly=True
args: 'Completed Date'
done
Boolean
default=False
state
Selection
compute='_compute_state'
search='_search_state'
selection_add=[('done', 'Done')]
unlink(self)
activity_ids
One2many
domain=<expr>
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/15.0/mail_activity_done |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Discuss |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Ivàn Todorovich, OCA Transbot, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Bernat Puig Font |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mail_activity_view_calendar |
mail.activity.view.calendar | mail.activity | field | Inherits mail.mail_activity_view_calendar |
mail_activity_view_form_popup |
mail.activity.view.form.popup | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
mail_activity_view_search |
mail.activity.view.search | mail.activity | field | Inherits mail.mail_activity_view_search |
mail_activity_view_tree |
mail.activity.view.tree | mail.activity | field | Inherits mail.mail_activity_view_tree |
res_partner_view_search_inherit_mail |
res.partner.view.search.inherit.mail | res.partner | filter | Inherits mail.res_partner_view_search_inherit_mail |
active
Boolean
default=True
date_done
Date
index=True
readonly=True
args: 'Completed Date'
done
Boolean
default=False
state
Selection
compute='_compute_state'
search='_search_state'
selection_add=[('done', 'Done')]
No public methods.
activity_ids
One2many
domain=<expr>
No public methods.
No new fields.
Public methods (1)systray_get_activities(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/14.0/mail_activity_done |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Discuss |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | manu, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
mail_activity_done assets | ir.ui.view | qweb | Inherits web.assets_backend |
mail_activity_view_calendar |
mail.activity.view.calendar | mail.activity | field | Inherits mail.mail_activity_view_calendar |
mail_activity_view_form_popup |
mail.activity.view.form.popup | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
mail_activity_view_search |
mail.activity.view.search | mail.activity | field | Inherits mail.mail_activity_view_search |
mail_activity_view_tree |
mail.activity.view.tree | mail.activity | field | Inherits mail.mail_activity_view_tree |
res_partner_view_search_inherit_mail |
res.partner.view.search.inherit.mail | res.partner | filter | Inherits mail.res_partner_view_search_inherit_mail |
active
Boolean
default=True
date_done
Date
index=True
readonly=True
args: 'Completed Date'
done
Boolean
default=False
state
Selection
compute='_compute_state'
search='_search_state'
selection_add=[('done', 'Done')]
No public methods.
activity_ids
One2many
domain=<expr>
No public methods.
No new fields.
Public methods (1)systray_get_activities(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/13.0/mail_activity_done |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Discuss |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, Jairo Llopis, mreficent, OCA Transbot, oca-travis, OCA-git-bot, Adrià Gil Sorribes, Carlos Roca |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
mail_activity_done assets | ir.ui.view | qweb | Inherits web.assets_backend |
mail_activity_view_calendar |
mail.activity.view.calendar | mail.activity | field | Inherits mail.mail_activity_view_calendar |
mail_activity_view_form_popup |
mail.activity.view.form.popup | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
mail_activity_view_search |
mail.activity.view.search | mail.activity | field | Inherits mail.mail_activity_view_search |
mail_activity_view_tree |
mail.activity.view.tree | mail.activity | field | Inherits mail.mail_activity_view_tree |
res_partner_view_search_inherit_mail |
res.partner.view.search.inherit.mail | res.partner | filter | Inherits mail.res_partner_view_search_inherit_mail |
active
Boolean
default=True
date_done
Date
index=True
readonly=True
args: 'Completed Date'
done
Boolean
default=False
state
Selection
compute='_compute_state'
selection_add=[('done', 'Done')]
unlink(self)
activity_ids
One2many
domain=<expr>
No public methods.
No new fields.
Public methods (1)systray_get_activities(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/12.0/mail_activity_done |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Discuss |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | mreficent, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Tom Blauwendraat, Adrià Gil Sorribes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
mail_activity_done assets | ir.ui.view | qweb | Inherits web.assets_backend |
mail_activity_view_calendar |
mail.activity.view.calendar | mail.activity | field | Inherits mail.mail_activity_view_calendar |
mail_activity_view_form_popup |
mail.activity.view.form.popup | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
mail_activity_view_search |
mail.activity.view.search | mail.activity | field | Inherits mail.mail_activity_view_search |
mail_activity_view_tree |
mail.activity.view.tree | mail.activity | field | Inherits mail.mail_activity_view_tree |
res_partner_view_search_inherit_mail |
res.partner.view.search.inherit.mail | res.partner | filter | Inherits mail.res_partner_view_search_inherit_mail |
active
Boolean
default=True
date_done
Date
index=True
readonly=True
args: 'Completed Date'
done
Boolean
default=False
state
Selection
compute='_compute_state'
selection_add=[('done', 'Done')]
No public methods.
activity_ids
One2many
domain=<expr>
No public methods.
No new fields.
Public methods (1)systray_get_activities(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/11.0/mail_activity_done |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Discuss |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, mreficent, Denis Roussel, OCA Transbot, oca-travis, OCA-git-bot, Adrià Gil Sorribes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
mail_activity_done assets | ir.ui.view | qweb | Inherits web.assets_backend |
mail_activity_view_calendar |
mail.activity.view.calendar | mail.activity | field | Inherits mail.mail_activity_view_calendar |
mail_activity_view_form_popup |
mail.activity.view.form.popup | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
mail_activity_view_search |
mail.activity.view.search | mail.activity | field | Inherits mail.mail_activity_view_search |
mail_activity_view_tree |
mail.activity.view.tree | mail.activity | field | Inherits mail.mail_activity_view_tree |
active
Boolean
default=True
date_done
Date
index=True
readonly=True
args: 'Completed Date'
done
Boolean
default=False
state
Selection
compute='_compute_state'
selection_add=[('done', 'Done')]
No public methods.
activity_ids
One2many
domain=<expr>
No public methods.
No new fields.
Public methods (1)activity_user_count(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/mail |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] mail_activity_done: Migration to 19.0 (#198) |