diff --git a/README.md b/README.md index 8b795e550..ae705a1f1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ addon | version | maintainers | summary [mail_optional_follower_notification](mail_optional_follower_notification/) | 16.0.1.0.1 | | Choose to notify followers on mail.compose.message [mail_outbound_static](mail_outbound_static/) | 16.0.1.0.2 | | Allows you to configure the from header for a mail server. [mail_partner_opt_out](mail_partner_opt_out/) | 16.0.1.0.0 | | Add the partner's email to the blackmailed list -[mail_post_defer](mail_post_defer/) | 16.0.1.1.1 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Faster and cancellable outgoing messages +[mail_post_defer](mail_post_defer/) | 16.0.1.1.2 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Faster and cancellable outgoing messages [mail_quoted_reply](mail_quoted_reply/) | 16.0.1.0.2 | | Make a reply using a message [mail_restrict_follower_selection](mail_restrict_follower_selection/) | 16.0.1.0.0 | | Define a domain from which followers can be selected [mail_send_confirmation](mail_send_confirmation/) | 16.0.1.0.0 | | Mail Send Confirmation diff --git a/mail_post_defer/README.rst b/mail_post_defer/README.rst index 26c7c6496..94f727415 100644 --- a/mail_post_defer/README.rst +++ b/mail_post_defer/README.rst @@ -7,7 +7,7 @@ Deferred Message Posting !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6f07ae0c18b8d71d8db4fa27da1dd7a4f7c10261f26f5eae447a2117c74aee7b + !! source digest: sha256:5f2bb64d9b8c8b6d679664bdd998f14de14b83f966cd03756f356d0f6decc38b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/mail_post_defer/__manifest__.py b/mail_post_defer/__manifest__.py index 4be7a911d..84b606e4d 100644 --- a/mail_post_defer/__manifest__.py +++ b/mail_post_defer/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Deferred Message Posting", "summary": "Faster and cancellable outgoing messages", - "version": "16.0.1.1.1", + "version": "16.0.1.1.2", "development_status": "Alpha", "category": "Productivity/Discuss", "website": "https://github.com/OCA/social", diff --git a/mail_post_defer/static/description/index.html b/mail_post_defer/static/description/index.html index b695e0a16..504a0473b 100644 --- a/mail_post_defer/static/description/index.html +++ b/mail_post_defer/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6f07ae0c18b8d71d8db4fa27da1dd7a4f7c10261f26f5eae447a2117c74aee7b +!! source digest: sha256:5f2bb64d9b8c8b6d679664bdd998f14de14b83f966cd03756f356d0f6decc38b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: LGPL-3 OCA/social Translate me on Weblate Try me on Runboat

This module enhances mail threads by using the mail queue by default.