This question has been flagged
2 Replies
2918 Views

 

Hello everybody,

Anyone knows how to remove or change content of the announcement bar in Odoo 8.0, I am trying to find this bar with no luck, plase help me !!

Avatar
Discard
Best Answer

I assume you mean the upgrade bar that appears at the top of odoo's backend from time to time?

There is a module that will disable that and also does a few more Odoo purifications called oerp_no_phoning_home.  If you don't want to install a module, then the easiest way is to edit the ~odoo/addons/web/static/src/css/base.css file and add the following to the end of the file.

td.announcement_bar { display:none; }

Avatar
Discard
Best Answer

Maybe you can see here too

https://github.com/OCA/server-tools/tree/8.0/disable_openerp_online

Avatar
Discard