Skip to Content
Menu
This question has been flagged

I am complete newbie to the world of Odoo, and I would like to remove the "Powered by Odoo" string from the footer of the login page. Now, I have already tried:

  1. Log in to the Odoo back end as administrator. Activate Technical Features, if not already activated, by going to Settings > Users > Users > (your Administrator user name, default is Administrator) > Edit > Usability > Technical Features > check the box (on), click Save.
  2. Go to Settings > Technical > User Interface > Views.
  3. In the search box, next to "(filter icon) Active", type "Footer Copyright", and hit enter to search.
  4. There will be one search result. (View name: Footer Copyright. View type: QWeb view.) Click to open it.
  5. Click Edit.
  6. Comment out lines 6-7 of the code as follows:
    <-- Powered by <a class="label label-danger" href="http://www.odoo.com/page/website-builder">Odoo</a>,
    the #1 <a href="http://www.odoo.com/page/e-commerce">Open Source eCommerce</a>. -->
    
  7. Click Save.

 No view called "footer copyright" also have tried searching for the view:

web.login_layout. No luck!

I did find the view web.menu_secondary and commented out the relevant lines but didn't remove it.

What am I doing wrong? How could I achieve this simple task? Also I would like to learn all of the different variables thus is there a list available for the different $object variables?

Avatar
Discard
Author Best Answer

Thanks for replying. I solved it by searching by login and in the web layout view commenting out the relevant lines.

Avatar
Discard
Best Answer

Hello,

try go to addons>web>views>database_selector.html:

on line 85:


                 replace:

                <a href="http://www.openerp.com" target="_blank">Powered by <span>OpenERP</span></a>


                by

                <!-- a href="http://www.openerp.com" target="_blank">Powered by <span>OpenERP</span></a-->

             Then reload the login page


     Regards

Avatar
Discard
Related Posts Replies Views Activity
1
Oct 23
841
2
Mar 16
4056
1
Dec 15
2873
1
Mar 16
7172
0
Jan 16
4948