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
Post a Comment