File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ addon | version | maintainers | summary
2424[ mail_activity_reminder] ( mail_activity_reminder/ ) | 19.0.1.0.0 | | Reminder notifications about planned activities
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.
27+ [ mail_partner_opt_out] ( mail_partner_opt_out/ ) | 19.0.1.0.0 | | Add the partner's email to the blackmailed list
2728[ 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
2829[ mail_send_confirmation] ( mail_send_confirmation/ ) | 19.0.1.0.0 | | Mail Send Confirmation
2930
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Mail Partner Opt Out
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:ad64242eff6365d70a866ae459a1da1d5bfe0406d3ad017cf19df961740f7fd9
14+ !! source digest: sha256:f4456b7ee38ad060561a5930bb2743141b0a7788e2c3c1b1118eb348ca90a577
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>Mail Partner Opt Out</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:ad64242eff6365d70a866ae459a1da1d5bfe0406d3ad017cf19df961740f7fd9
375+ !! source digest: sha256:f4456b7ee38ad060561a5930bb2743141b0a7788e2c3c1b1118eb348ca90a577
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/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/mail/tree/19.0/mail_partner_opt_out "> < 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_partner_opt_out "> < 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&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 adds the capability for a user to add a partner’s email
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-mail"
3- version = " 19.0.20260203 .0"
3+ version = " 19.0.20260223 .0"
44dependencies = [
55 " odoo-addon-mail_activity_reminder==19.0.*" ,
66 " odoo-addon-mail_optional_autofollow==19.0.*" ,
77 " odoo-addon-mail_outbound_static==19.0.*" ,
8+ " odoo-addon-mail_partner_opt_out==19.0.*" ,
89 " odoo-addon-mail_post_defer==19.0.*" ,
910 " odoo-addon-mail_send_confirmation==19.0.*" ,
1011]
You can’t perform that action at this time.
0 commit comments