This question has been flagged
1 Reply
3263 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 !!

Thanks a million in advance.

Avatar
Discard
Author

Hi Stephen,  None of the answers give a straight solution for 8.0

Best Answer

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

You can find more information on how to disable it in this thread.  The easiest of those being 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