Monday 5 January 2015

How to change "Powered by Odoo" footer in Odoo?



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



6 comments:

  1. thank you for sharing, now i can edit the footer

    ReplyDelete
    Replies
    1. It's my pleasure. Thank you Keep Smile Keep Learning :-)

      Delete
  2. i did that. and cleared cache and refresh a million times.. stopped services and started it again... it just wont go away !!!

    ReplyDelete
    Replies
    1. Might 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.

      Delete
  3. r this working with odoo 9 i search for web module i can't found it

    ReplyDelete

ImportError: cannot import name 'utils' from 'PyPDF2'

Odoo 15: Traceback (most recent call last):   File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner     self...