Search Here

Remove 'Manage Database' and 'Powered by Odoo' from login page

In this article I will teach you how to remove 'Manage Database' and 'Powered by Odoo' from odoo login page. Remember we are not going to remove 'Powered by Odoo' from below the menu on left side bar of odoo interface.


Remove 'Manage Database' and 'Powered by Odoo'


To remove 'Manage Database' and 'Powered by Odoo' from login page we are not going to directly change in "web.login_layout". First we will override the related view/interface "web.login_layout" and than will modify that view.

Remove 'Manage Database' and 'Powered by Odoo' from Login Page

Follow below steps to remove 'Manage Database' and 'Powered by Odoo' from login page.
1- Create a new file in your custom module and give it any suitable/readable name in my case I named it "inherited_powered_by.xml".
2- Copy below code and paste it.

remove_manage_database_powered_by_odoo.xml




3- Upgrade related module.

Remove 'Manage Database' and 'Powered by Odoo'

Post a Comment

6 Comments

  1. you just need to change list_db to False, it will remove manage Database from login page.

    ReplyDelete
  2. okay sir its working.. but what if i want to put my own model field data there, like i have model that is storing url and i want to showing these urls on the login page. as i try with ${object.links} didn't get link from field ? what can i do for that

    ReplyDelete
    Replies
    1. you need to play with login controllers and in that controller fetch URL from model and return that url in template.

      Delete
  3. sir can you give me the demo of it bcs it my second day that im finding but didnt get any proper solution.

    ReplyDelete