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


i'm talking follow button under users. can done access control without modifying views?

hi alexander suraphel,

in form view of our object @ bottom find following syntax :

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

in :

here message_follower_ids add follow feature can remove line, , remove feature object on view.

thanks


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -