How do I completely remove the "follow" functionality on Odoo / OpenERP?

I'm talking about the follow

user button . Can this be done with access control without changing views?

+3


source to share


1 answer


Hi Alexander Surafel,

In the form of our object at the bottom, you will find the following syntax:

        <div class="oe_chatter">
            <field name="message_follower_ids" widget="mail_followers"/>
            <field name="message_ids" widget="mail_thread"/>
        </div>

      



in that:

here message_follower_ids

add the following function to remove this line and this function will remove this function from this object.

thank

0


source







All Articles