Skip to content

Commit e1c8e32

Browse files
committed
[BOT] post-merge updates
1 parent 5d7285f commit e1c8e32

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ addon | version | maintainers | summary
2525
[mail_optional_autofollow](mail_optional_autofollow/) | 19.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message
2626
[mail_outbound_static](mail_outbound_static/) | 19.0.1.0.0 | | Allows you to configure the from header for a mail server.
2727
[mail_post_defer](mail_post_defer/) | 19.0.1.0.0 | <a href='https://github.com/Yajo'><img src='https://github.com/Yajo.png' width='32' height='32' style='border-radius:50%;' alt='Yajo'/></a> | Faster and cancellable outgoing messages
28+
[mail_send_confirmation](mail_send_confirmation/) | 19.0.1.0.0 | | Mail Send Confirmation
2829

2930
[//]: # (end addons)
3031

mail_send_confirmation/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Mail Send Confirmation
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
14+
!! source digest: sha256:81fc92f24c63dfb238b3e291885a7e9aa9c6069138703e50d80b62354224e7b6
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -62,18 +62,18 @@ Authors
6262
Contributors
6363
------------
6464

65-
- `Quartile <https://www.quartile.co>`__:
65+
- `Quartile <https://www.quartile.co>`__:
6666

67-
- Aung Ko Ko Lin
67+
- Aung Ko Ko Lin
6868

69-
- `360ERP <https://www.360erp.com>`__:
69+
- `360ERP <https://www.360erp.com>`__:
7070

71-
- Andrea Stirpe
72-
- Kevin Khao
71+
- Andrea Stirpe
72+
- Kevin Khao
7373

74-
- `CorporateHub <https://corporatehub.eu/>`__
74+
- `CorporateHub <https://corporatehub.eu/>`__
7575

76-
- Alexey Pelykh <alexey.pelykh@corphub.eu>
76+
- Alexey Pelykh <alexey.pelykh@corphub.eu>
7777

7878
Maintainers
7979
-----------

mail_send_confirmation/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Mail Send Confirmation</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
375+
!! source digest: sha256:81fc92f24c63dfb238b3e291885a7e9aa9c6069138703e50d80b62354224e7b6
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/mail/tree/19.0/mail_send_confirmation"><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-19-0/mail-19-0-mail_send_confirmation"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module asks for confirmation when ‘Send’ button in the message

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "odoo-addons-oca-mail"
3-
version = "19.0.20260111.1"
3+
version = "19.0.20260203.0"
44
dependencies = [
55
"odoo-addon-mail_activity_reminder==19.0.*",
66
"odoo-addon-mail_optional_autofollow==19.0.*",
77
"odoo-addon-mail_outbound_static==19.0.*",
88
"odoo-addon-mail_post_defer==19.0.*",
9+
"odoo-addon-mail_send_confirmation==19.0.*",
910
]
1011
classifiers=[
1112
"Programming Language :: Python",

0 commit comments

Comments
 (0)