diff --git a/mail_activity_not_deleted/README.rst b/mail_activity_not_deleted/README.rst index a59e3f5..0cc2c91 100644 --- a/mail_activity_not_deleted/README.rst +++ b/mail_activity_not_deleted/README.rst @@ -5,6 +5,14 @@ One issue with this feature is that when an activity is completed, the activity This module deactivates terminated activities instead of deleting them from the mail_activity table. +To see deactivated activities : + +.. image:: https://raw.githubusercontent.com/Numigi/odoo-mail-addons/16.0/mail_activity_not_deleted/static/description/view_activities.png + +.. image:: https://raw.githubusercontent.com/Numigi/odoo-mail-addons/16.0/mail_activity_not_deleted/static/description/filter_active_is_no.png + +.. image:: https://raw.githubusercontent.com/Numigi/odoo-mail-addons/16.0/mail_activity_not_deleted/static/description/deactivated_activities.png + New State --------- The state Done is added to activities. Any completed activity is automatically set to Done. diff --git a/mail_activity_not_deleted/static/description/deactivated_activities.png b/mail_activity_not_deleted/static/description/deactivated_activities.png new file mode 100644 index 0000000..1ee5c2e Binary files /dev/null and b/mail_activity_not_deleted/static/description/deactivated_activities.png differ diff --git a/mail_activity_not_deleted/static/description/filter_active_is_no.png b/mail_activity_not_deleted/static/description/filter_active_is_no.png new file mode 100644 index 0000000..f29cd40 Binary files /dev/null and b/mail_activity_not_deleted/static/description/filter_active_is_no.png differ diff --git a/mail_activity_not_deleted/static/description/view_activities.png b/mail_activity_not_deleted/static/description/view_activities.png new file mode 100644 index 0000000..aba9189 Binary files /dev/null and b/mail_activity_not_deleted/static/description/view_activities.png differ