[BOT] post-merge updates

pull/1522/head
OCA-git-bot 2025-02-21 07:02:13 +00:00
parent 97825ec7e2
commit 4b3b543e5a
5 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,7 @@ addon | version | maintainers | summary
[mail_activity_reminder](mail_activity_reminder/) | 16.0.1.0.0 | | Reminder notifications about planned activities
[mail_activity_reply_creator](mail_activity_reply_creator/) | 16.0.1.0.0 | | Assign new to its creator
[mail_activity_team](mail_activity_team/) | 16.0.1.0.1 | | Add Teams to Activities
[mail_activity_unlink_log](mail_activity_unlink_log/) | 16.0.1.0.0 | | Leave a message when an activity is unlinked
[mail_attach_existing_attachment](mail_attach_existing_attachment/) | 16.0.1.1.0 | | Adding attachment on the object by sending this one
[mail_attach_existing_attachment_account](mail_attach_existing_attachment_account/) | 16.0.1.0.1 | | Module to use attach existing attachment for account module
[mail_autosubscribe](mail_autosubscribe/) | 16.0.1.0.1 | | Automatically subscribe partners to its company's business documents

View File

@ -7,7 +7,7 @@ Mail Activities: log on unlink
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c467a2161f597759bac015d668b0d9802afc2e0d472629f38e1677a4ccb91633
!! source digest: sha256:766a9f2c4834b9e9ce307a911c6f33e18af40360cafbce9cbeb5c5eb0d6d9ac9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

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:c467a2161f597759bac015d668b0d9802afc2e0d472629f38e1677a4ccb91633
!! source digest: sha256:766a9f2c4834b9e9ce307a911c6f33e18af40360cafbce9cbeb5c5eb0d6d9ac9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/16.0/mail_activity_unlink_log"><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-16-0/social-16-0-mail_activity_unlink_log"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This addon enforces the creation of a message when an activity is unlinked.

View File

@ -1 +1 @@
16.0.20241218.0
16.0.20250221.0

View File

@ -19,6 +19,7 @@ setuptools.setup(
'odoo-addon-mail_activity_reminder>=16.0dev,<16.1dev',
'odoo-addon-mail_activity_reply_creator>=16.0dev,<16.1dev',
'odoo-addon-mail_activity_team>=16.0dev,<16.1dev',
'odoo-addon-mail_activity_unlink_log>=16.0dev,<16.1dev',
'odoo-addon-mail_attach_existing_attachment>=16.0dev,<16.1dev',
'odoo-addon-mail_attach_existing_attachment_account>=16.0dev,<16.1dev',
'odoo-addon-mail_autosubscribe>=16.0dev,<16.1dev',