[BOT] post-merge updates

pull/1595/head
OCA-git-bot 2025-02-12 16:42:48 +00:00
parent 717ff9f655
commit c2e3055a74
4 changed files with 9 additions and 7 deletions

View File

@ -42,6 +42,7 @@ addon | version | maintainers | summary
[mail_print](mail_print/) | 17.0.1.0.0 | | Print messages from the chatter of any document.
[mail_quoted_reply](mail_quoted_reply/) | 17.0.1.0.0 | | Make a reply using a message
[mail_send_confirmation](mail_send_confirmation/) | 17.0.1.0.0 | | Mail Send Confirmation
[mail_show_follower](mail_show_follower/) | 17.0.1.0.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Show CC document followers in mails.
[mail_template_substitute](mail_template_substitute/) | 17.0.1.0.0 | | This module allows to create substitution rules for mail templates.
[mail_tracking](mail_tracking/) | 17.0.1.0.2 | | Email tracking system for all mails sent
[mail_tracking_mailgun](mail_tracking_mailgun/) | 17.0.1.0.0 | | Mail tracking and Mailgun webhooks integration

View File

@ -7,7 +7,7 @@ Mail Show Follower
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:81b7b6b40851b1771252579b058c102acde3c9c95c515b1ef782a24e4976f694
!! source digest: sha256:2887744c2fbfccc0a1542f6f46ebdc1d909b261e74c633966cb972fc22a47ad8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@ -88,10 +88,10 @@ Authors
Contributors
------------
- Valentin Vinagre <valentin.vinagre@sygel.es>
- Lorenzo Battistini
- Eduardo de Miguel <edu@moduon.team>
- Vincent Van Rossem <vincent.vanrossem@camptocamp.com>
- Valentin Vinagre <valentin.vinagre@sygel.es>
- Lorenzo Battistini
- Eduardo de Miguel <edu@moduon.team>
- Vincent Van Rossem <vincent.vanrossem@camptocamp.com>
Maintainers
-----------

View File

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:81b7b6b40851b1771252579b058c102acde3c9c95c515b1ef782a24e4976f694
!! source digest: sha256:2887744c2fbfccc0a1542f6f46ebdc1d909b261e74c633966cb972fc22a47ad8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/17.0/mail_show_follower"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_show_follower"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/social&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the functionality of mailing to show the document

View File

@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-social"
version = "17.0.20250122.0"
version = "17.0.20250212.0"
dependencies = [
"odoo-addon-base_search_mail_content>=17.0dev,<17.1dev",
"odoo-addon-mail_activity_board>=17.0dev,<17.1dev",
@ -23,6 +23,7 @@ dependencies = [
"odoo-addon-mail_print>=17.0dev,<17.1dev",
"odoo-addon-mail_quoted_reply>=17.0dev,<17.1dev",
"odoo-addon-mail_send_confirmation>=17.0dev,<17.1dev",
"odoo-addon-mail_show_follower>=17.0dev,<17.1dev",
"odoo-addon-mail_template_substitute>=17.0dev,<17.1dev",
"odoo-addon-mail_tracking>=17.0dev,<17.1dev",
"odoo-addon-mail_tracking_mailgun>=17.0dev,<17.1dev",