Skip to Content
Menu
This question has been flagged
1 Reply
4453 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
Related Posts Replies Views Activity
1
Mar 15
6254
2
Aug 20
6353
5
Aug 24
2782
0
Apr 24
1882
4
Nov 23
6002