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.
Read More: Inherit web login controller in Odoo
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.
6 Comments
you just need to change list_db to False, it will remove manage Database from login page.
ReplyDeletefor odoo 8 or latest version?
Deleteokay 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
ReplyDeleteyou need to play with login controllers and in that controller fetch URL from model and return that url in template.
Deletesir can you give me the demo of it bcs it my second day that im finding but didnt get any proper solution.
ReplyDeleteDid you resolve this? Sorry I was busy....
Delete