Rob FaulsRob Fauls
    What's Hot

    Gitlab Install on Debian 11 with Cloudflared and SendGrid

    January 23, 2023

    Odoo – Hide “Manage databases” link in the login screen

    November 7, 2022

    Extend LVM Volume

    November 4, 2022
    Facebook Twitter LinkedIn
    • Home
    • VMware
      • Storage
    • Odoo
    • Linux
    • About
      • About Me
      • Privacy Policy
    Rob FaulsRob Fauls
    Home ยป Odoo – Hide “Manage databases” link in the login screen
    Odoo

    Odoo – Hide “Manage databases” link in the login screen

    Rob FaulsBy Rob FaulsNovember 7, 2022Updated:January 14, 2023No Comments
    Facebook Twitter LinkedIn Email Reddit Telegram
    Share
    Facebook Twitter LinkedIn Pinterest Email

    When setting up your Odoo environment, you may or may not notice the “Manage databases” link on the login screen. While the link does require login to perform any operations, it’s best to hide that prompt and keep your database information hidden a bit better.

    1: Modify /etc/odoo/odoo.conf

    				
    					sudo nano /etc/odoo/odoo.conf
    				
    			

    2: Add the following line (or modify the value)

    				
    					list_db = False
    				
    			

    After making the change, save the file.

    3: Restart Odoo

    				
    					sudo systemctl restart odoo
    				
    			

    Now that you’ve modified the configuration file and restarted Odoo, you’ll notice the login screen has been modified. 

    While it is possible to modify the login screen the same way as mentioned in the Change Login Screen guide, that method is not the best for this use case, as the change has the potential to be overwritten when the system is updated.

    Featured Odoo Odoo15 Odoo16
    Previous ArticleExtend LVM Volume
    Next Article Gitlab Install on Debian 11 with Cloudflared and SendGrid

    Related Posts

    Gitlab Install on Debian 11 with Cloudflared and SendGrid

    January 23, 2023

    Extend LVM Volume

    November 4, 2022

    Upgrade Debian 10 to Debian 11

    November 4, 2022

    Odoo 16- Automated Install on Debian 11

    October 31, 2022

    Leave A Reply Cancel Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Editors Picks
    Latest Posts

    Gitlab Install on Debian 11 with Cloudflared and SendGrid

    January 23, 2023

    Odoo – Hide “Manage databases” link in the login screen

    November 7, 2022

    Extend LVM Volume

    November 4, 2022

    Subscribe to Updates

    Get the latest content from Rob.

    I've worked in IT for over 20 years, servicing Government, Healthcare, and Private Sector customers. This is a relatively new adventure into blogging, mostly out of a realization that I need to organize some of my notes on various subjects. Hopefully the articles posted will help others along the way.

    You can connect with me here:

    LinkedIn Twitter Facebook

    Subscribe to Updates

    Keep up to date with new articles posted about 'stuff and things'.

    © 2023 Rob Fauls. Designed by Sparked Hosting.
    • Home

    Type above and press Enter to search. Press Esc to cancel.