Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Dec 27, 2024
1 parent 06614cd commit 3051b03
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ addon | version | maintainers | summary
[mail_notification_clean_status_error](mail_notification_clean_status_error/) | 18.0.1.0.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Extend Odoo scheduled action to also delete notifications in error.
[mail_restrict_follower_selection](mail_restrict_follower_selection/) | 18.0.1.0.0 | | Define a domain from which followers can be selected
[mail_tracking](mail_tracking/) | 18.0.1.0.0 | | Email tracking system for all mails sent
[mail_tracking_mass_mailing](mail_tracking_mass_mailing/) | 18.0.1.0.0 | | Improve mass mailing email tracking

[//]: # (end addons)

Expand Down
32 changes: 16 additions & 16 deletions mail_tracking_mass_mailing/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Mail tracking for mass mailing
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fbf88a576b87f54b1f75399c95d0a26baa72fd6b966e131c4a5c3bde176e375a
!! source digest: sha256:4c0589bdbbc642fc4bb1bf93ef961b1af0bd5820a6aee9a0218de746e537f869
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -46,13 +46,13 @@ Usage

From mail statistic object, you can see:

- Email tracking state
- Email related tracking object
- Email related tracking events
- Email tracking state
- Email related tracking object
- Email related tracking events

From mass mailing contact, you can see:

- Email score, in order to clean up your lists from bad score emails
- Email score, in order to clean up your lists from bad score emails

Mass mailing emails are sent only to recipients once. If you want to
send emails again to all the recipients, you must duplicate mass
Expand All @@ -79,20 +79,20 @@ Authors
Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:
- `Tecnativa <https://www.tecnativa.com>`__:

- Pedro M. Baeza
- Antonio Espinosa
- Vicent Cubells
- David Vidal
- Ernesto Tejeda
- Carlos Roca
- Sergio Teruel
- Pedro M. Baeza
- Antonio Espinosa
- Vicent Cubells
- David Vidal
- Ernesto Tejeda
- Carlos Roca
- Sergio Teruel

- `Trobz <https://trobz.com>`__:
- `Trobz <https://trobz.com>`__:

- nguyenhk <[email protected]>
- Tris Doan <[email protected]>
- nguyenhk <[email protected]>
- Tris Doan <[email protected]>

Other credits
-------------
Expand Down
2 changes: 1 addition & 1 deletion mail_tracking_mass_mailing/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Mail tracking for mass mailing</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fbf88a576b87f54b1f75399c95d0a26baa72fd6b966e131c4a5c3bde176e375a
!! source digest: sha256:4c0589bdbbc642fc4bb1bf93ef961b1af0bd5820a6aee9a0218de746e537f869
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/mail/tree/18.0/mail_tracking_mass_mailing"><img alt="OCA/mail" src="https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_tracking_mass_mailing"><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/mail&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Links mail statistics objects with mail tracking objects.</p>
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[project]
name = "odoo-addons-oca-mail"
version = "18.0.20241227.0"
version = "18.0.20241227.1"
dependencies = [
"odoo-addon-mail_debrand==18.0.*",
"odoo-addon-mail_inline_css==18.0.*",
"odoo-addon-mail_layout_preview==18.0.*",
"odoo-addon-mail_notification_clean_status_error==18.0.*",
"odoo-addon-mail_restrict_follower_selection==18.0.*",
"odoo-addon-mail_tracking==18.0.*",
"odoo-addon-mail_tracking_mass_mailing==18.0.*",
]
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 3051b03

Please sign in to comment.