Skip to content

Commit

Permalink
[IMP][mail_optional_follower_notification] Review
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpeiffer committed May 23, 2016
1 parent 8ce8e03 commit 9b6996d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
6 changes: 1 addition & 5 deletions mail_optional_follower_notification/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
Mail optional follower notifications
====================================



This module adds the possibility to choose if you want to automatically
notify followers on mail.compose.message. By default, Odoo notify
automatically all followers
automatically all followers.

Usage
=====
Expand All @@ -29,8 +27,6 @@ This field it's initialized to true to keep the standard behavior.
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/205/8.0

For further information, please visit:

* https://www.odoo.com/forum/help-1


Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<field name="notify_followers" />
</xpath>
<xpath expr="//div[field[@name='partner_ids']]/span[2]" position="inside">
<span attrs="{'invisible': [('notify_followers', '=', True)]}" style="color: red;"> - Warning : Followers will not be notified but they can access the notification directly from the document</span>
<span attrs="{'invisible': [('notify_followers', '=', True)]}" style="color: red;"> - Warning : Followers will not be notified but they can access the notification directly from the document (if they are allowed to)</span>
</xpath>
</field>
</record>
Expand Down

0 comments on commit 9b6996d

Please sign in to comment.