Skip to content

Commit c86de31

Browse files
author
Graeme Gellatly
committed
[MIG][18.0] mail_optional_follower_notification
1 parent f7bb112 commit c86de31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mail_optional_follower_notification/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
77
"website": "https://github.com/OCA/mail",
88
"category": "Social Network",
9-
"version": "17.0.1.1.0",
9+
"version": "18.0.1.0.0",
1010
"license": "AGPL-3",
1111
"depends": ["mail"],
1212
"data": [

mail_optional_follower_notification/views/res_config_settings_view.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<field name="priority" eval="100" />
66
<field name="inherit_id" ref="mail.res_config_settings_view_form" />
77
<field name="arch" type="xml">
8-
<xpath expr="//block[@id='emails']" position="inside">
8+
<xpath expr="//div[@id='emails']" position="inside">
99
<setting help="Default notify followers when the user sending email">
1010
<field name="notify_followers" />
1111
</setting>

0 commit comments

Comments
 (0)