mirror of https://github.com/OCA/social.git
[BOT] post-merge updates
parent
8ed0cd0a87
commit
699e4f53e5
|
@ -21,6 +21,7 @@ Available addons
|
|||
----------------
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[base_search_mail_content](base_search_mail_content/) | 17.0.1.0.0 | | Base Search Mail Content
|
||||
[mail_outbound_static](mail_outbound_static/) | 17.0.1.0.0 | | Allows you to configure the from header for a mail server.
|
||||
[mail_partner_forwarding](mail_partner_forwarding/) | 17.0.1.0.0 | | Forwarding notifications for partners
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Base Search Mail Content
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:c0da7e7bacf2b86f570ca16e404c48ec89ee8afca5a84a53672ecf09ec678b25
|
||||
!! source digest: sha256:a94362371dead252623eb54d05bc7f31372ba915df8519b6a0b62ab709b3d2d1
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
|
|
@ -366,7 +366,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:c0da7e7bacf2b86f570ca16e404c48ec89ee8afca5a84a53672ecf09ec678b25
|
||||
!! source digest: sha256:a94362371dead252623eb54d05bc7f31372ba915df8519b6a0b62ab709b3d2d1
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/base_search_mail_content"><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-base_search_mail_content"><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&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 adds the capability to find on any object (e.g. project
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[project]
|
||||
name = "odoo-addons-oca-social"
|
||||
version = "17.0.20240125.0"
|
||||
version = "17.0.20240202.0"
|
||||
dependencies = [
|
||||
"odoo-addon-base_search_mail_content>=17.0dev,<17.1dev",
|
||||
"odoo-addon-mail_outbound_static>=17.0dev,<17.1dev",
|
||||
"odoo-addon-mail_partner_forwarding>=17.0dev,<17.1dev",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue