[BOT] post-merge updates

pull/1378/head
OCA-git-bot 2024-05-10 16:10:50 +00:00
parent e6dbc7e600
commit 9a6a0dfa2c
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ addon | version | maintainers | summary
[mail_attach_existing_attachment](mail_attach_existing_attachment/) | 17.0.1.0.0 | | Adding attachment on the object by sending this one
[mail_debrand](mail_debrand/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | Remove Odoo branding in sent emails Removes anchor <a href odoo.com togheder with it's parent ( for powerd by) form all the templates removes any 'odoo' that are in tempalte texts > 20characters
[mail_notification_custom_subject](mail_notification_custom_subject/) | 17.0.1.0.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Apply a custom subject to mail notifications
[mail_optional_autofollow](mail_optional_autofollow/) | 17.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message
[mail_outbound_static](mail_outbound_static/) | 17.0.1.0.1 | | Allows you to configure the from header for a mail server.
[mail_partner_forwarding](mail_partner_forwarding/) | 17.0.1.0.1 | | Forwarding notifications for partners
[mail_partner_opt_out](mail_partner_opt_out/) | 17.0.1.0.0 | | Add the partner's email to the blackmailed list

View File

@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-social"
version = "17.0.20240506.1"
version = "17.0.20240510.0"
dependencies = [
"odoo-addon-base_search_mail_content>=17.0dev,<17.1dev",
"odoo-addon-mail_activity_board>=17.0dev,<17.1dev",
@ -8,6 +8,7 @@ dependencies = [
"odoo-addon-mail_attach_existing_attachment>=17.0dev,<17.1dev",
"odoo-addon-mail_debrand>=17.0dev,<17.1dev",
"odoo-addon-mail_notification_custom_subject>=17.0dev,<17.1dev",
"odoo-addon-mail_optional_autofollow>=17.0dev,<17.1dev",
"odoo-addon-mail_outbound_static>=17.0dev,<17.1dev",
"odoo-addon-mail_partner_forwarding>=17.0dev,<17.1dev",
"odoo-addon-mail_partner_opt_out>=17.0dev,<17.1dev",