Skip to Content
Menu
This question has been flagged
5 Replies
10035 Views

How do I remove the powered by odoo from the footer of the the settings menu(more-Settings).

http://postimg.org/image/l7e34mttr/ 

I have looked under views in the developer mode but I cannot seem to locate it. Any help would be greatly appreciated. Also how do I add HTML in my question?

Thanks,

Sai.

Avatar
Discard
Best Answer

Hi,

To disable from frontend:

1. Goto Settings >> Technical >> User interface >> Views

2. Search for "menu_secondary" in the views

3. Click on edit and comment the div at the end:

 <!--   <div class="oe_footer">
Powered by <a href="http://www.odoo.com" target="_blank"><span>Odoo</span></a>
</div> -->


To disable from backend:

1. Goto the web addon in your addons directory

2. Edit the file webclient_templates.xml

3. FInd the template with id="web.menu_secondary" and comment the div tag (<div class="oe_footer">)

Hope this helps.

Avatar
Discard
Author

Thank You. Sorry I posted a similar thing without refreshing the page. Could you please delete my post?

Best Answer

Nice Post.

Avatar
Discard
Best Answer

Maybe, this app - https://apps.odoo.com/apps/modules/8.0/colors_customization/ - would be of use

Avatar
Discard
Best Answer

This is not the exact way to do this. If you need to use a new database, you have to make the change in it also. It's better you have to inherit the template 'web.menu_secondary' in your new module and make the changes.

Avatar
Discard
Related Posts Replies Views Activity
4
Dec 24
14798
1
Jun 24
628
1
May 24
323
1
Nov 23
687
1
Mar 24
1376