First go to your Odoo web module and open below file.
addons => web => views => webclient_templates.xml
Now find this tag <div class="oe_footer">
<div class="oe_footer">
Powered by <a href="http://www.openerp.com" target="_blank"><span>Odoo</span></a>
</div>
We can change anything like your company name or else. Now I change with "Odedra" save it and restart your server and upgrade your web module form GUI and you will got your changes.
<div class="oe_footer">
Powered by <a href="http://www.openerp.com" target="_blank"><span>Odedra</span></a>
</div>
I hope you like this article. Share your views to improve content. Happy Learning !!!
Youtube Video
thank you for sharing, now i can edit the footer
ReplyDeleteIt's my pleasure. Thank you Keep Smile Keep Learning :-)
Deletei did that. and cleared cache and refresh a million times.. stopped services and started it again... it just wont go away !!!
ReplyDeleteMight be you don't upgrade the WEB module. Go to Setting => Modules => Local Modules and right side search box hit with "web" that will give web module and than do upgrade. After that you will see your changes.
Deleter this working with odoo 9 i search for web module i can't found it
ReplyDeleteNope. It will work for Odoo 8.
Delete