mirror of https://github.com/OCA/social.git
[BOT] post-merge updates
parent
e6dbc7e600
commit
9a6a0dfa2c
|
@ -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 | [](https://github.com/pedrobaeza) [](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 | [](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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue