[BOT] post-merge updates

pull/1325/head
OCA-git-bot 2023-12-28 21:28:00 +00:00 committed by Enric Tobella
parent 4d261d19f5
commit 7f8dfd03a8
4 changed files with 18 additions and 3 deletions

View File

@ -17,7 +17,11 @@
[//]: # (addons)
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[mail_outbound_static](mail_outbound_static/) | 17.0.1.0.0 | | Allows you to configure the from header for a mail server.
[//]: # (end addons)

View File

@ -7,7 +7,7 @@ Mail Outbound Static
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fc885be3a9b810c157a024148ba132153c62c47c3f62d25eeec0b13b967cd097
!! source digest: sha256:df8fcbd3b8597154c3764410c8e6a4ac7f764df15f2185938bb540500660b140
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

View File

@ -366,7 +366,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fc885be3a9b810c157a024148ba132153c62c47c3f62d25eeec0b13b967cd097
!! source digest: sha256:df8fcbd3b8597154c3764410c8e6a4ac7f764df15f2185938bb540500660b140
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/17.0/mail_outbound_static"><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_outbound_static"><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 brings Odoo outbound emails in to strict compliance with

View File

@ -0,0 +1,11 @@
[project]
name = "odoo-addons-oca-social"
version = "17.0.20231228.0"
dependencies = [
"odoo-addon-mail_outbound_static>=17.0dev,<17.1dev",
]
classifiers=[
"Programming Language :: Python",
"Framework :: Odoo",
"Framework :: Odoo :: 17.0",
]