Hi all,
I am very new to the Odoo.I am using Odoo 11.I want to remove managedb link from login page without making changes in source code. I want to use my own code to remove the link
Please guide how to do it.
Thanks!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
I am very new to the Odoo.I am using Odoo 11.I want to remove managedb link from login page without making changes in source code. I want to use my own code to remove the link
Please guide how to do it.
Thanks!
Hi,
To remove "Manage databases" link you can add "list_db = False" inside your Odoo config file (Generally present inside /etc/odoo.conf ).
Or if you are running Odoo through command line then "-no-database-list" helps to achieve this part, you can use below command to remove "Manage Database" link
/opt/odoo/odoo-bin --no-database-list
Thanks,
Ashish Singh (Team Lead)
Webkul Software Private Limited
Hi Ashish,
Thanks for your response but I have already done that and yes it is hiding the managedb link but I am using odoo-saas tools and on creating new client(db) it is throwing access denied error due to -no-database-list.
So , I am trying to remove it manually
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrácia| Related Posts | Replies | Zobrazenia | Aktivita | |
|---|---|---|---|---|
|
1
okt 25
|
11993 | |||
|
2
júl 24
|
3654 | |||
|
1
jún 24
|
5962 | |||
|
1
okt 23
|
98 | |||
|
413 Request Entity Too Large
Solved
|
1
aug 23
|
2194 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
See this: http://learnopenerp.blogspot.com/2018/09/remove-manage-database-and-powered-by-odoo-from-login-page.html