[FIX] mail_show_follower: More models to exclude

Slides and forums are also places where you don't want to show the recipients.
pull/1500/head
Pedro M. Baeza 2024-11-11 11:27:50 +01:00 committed by Aungkokolin1997
parent ad24aa2f93
commit 0bba2190ad
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
<odoo noupdate="1">
<record id="models_to_exclude_config_parameter" model="ir.config_parameter">
<field name="key">show_followers.models_to_exclude</field>
<field name="value">blog.blog,blog.post</field>
<field
name="value"
>blog.blog,blog.post,slide.slide,slide.channel,forum.forum,forum.post</field>
</record>
</odoo>