mirror of https://github.com/OCA/social.git
[BOT] post-merge updates
parent
ee396356f9
commit
1c4929c511
|
@ -69,6 +69,7 @@ addon | version | maintainers | summary
|
|||
[mass_mailing_partner](mass_mailing_partner/) | 16.0.1.0.0 | | Link partners with mass-mailing
|
||||
[mass_mailing_resend](mass_mailing_resend/) | 16.0.1.0.0 | [](https://github.com/pedrobaeza) | Resend mass mailings
|
||||
[mass_mailing_unique](mass_mailing_unique/) | 16.0.1.0.1 | | Avoids duplicate mailing lists and contacts
|
||||
[outgoing_email_by_model](outgoing_email_by_model/) | 16.0.1.0.0 | [](https://github.com/mmequignon) | Outgoing Email by Model
|
||||
|
||||
[//]: # (end addons)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Outgoing Email by Model
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:0de5a293f68d4c9a7b9b358dbbd1c678a8278e1fadcf1b0876b521d4dba266dc
|
||||
!! source digest: sha256:d0f8f708d1f070c36f8177a3aed9963a44d051a537394cd2e87bfbfb59782b83
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:0de5a293f68d4c9a7b9b358dbbd1c678a8278e1fadcf1b0876b521d4dba266dc
|
||||
!! source digest: sha256:d0f8f708d1f070c36f8177a3aed9963a44d051a537394cd2e87bfbfb59782b83
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/outgoing_email_by_model"><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-outgoing_email_by_model"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>Allow to select an outgoing mail parameters per model, such as email_from, or mail_server_id.</p>
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20241217.0
|
||||
16.0.20241218.0
|
|
@ -56,6 +56,7 @@ setuptools.setup(
|
|||
'odoo-addon-mass_mailing_partner>=16.0dev,<16.1dev',
|
||||
'odoo-addon-mass_mailing_resend>=16.0dev,<16.1dev',
|
||||
'odoo-addon-mass_mailing_unique>=16.0dev,<16.1dev',
|
||||
'odoo-addon-outgoing_email_by_model>=16.0dev,<16.1dev',
|
||||
],
|
||||
classifiers=[
|
||||
'Programming Language :: Python',
|
||||
|
|
Loading…
Reference in New Issue