Skip to content

Commit

Permalink
[FIX] mail_show_follower: More models to exclude
Browse files Browse the repository at this point in the history
Slides and forums are also places where you don't want to show the recipients.
  • Loading branch information
pedrobaeza authored and AungKoKoLin1997 committed Nov 15, 2024
1 parent ad24aa2 commit 0bba219
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mail_show_follower/data/config_parameter_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 0bba219

Please sign in to comment.