Disable database manager in Odoo

Module for odoo 8 and 11 available on Github.

Some tips found on the web hides only the link from Odoo homepage however URL are still reachable (~/web/database/manager). By installing this module, it will filter the access to Odoo database manager through the controller except connections coming from IPs listed in system parameters.

Whitelist option:

Key: disable_database_manager.database_manager_whitelist
Value: 192.168.1.1,192.168.1.2,etc…

This module will avoid unwanted connections attempts and secure your database manager access.

Works with NGINX with some modification on nginx config file, click here for more detail.

github

To disable completely database manager access:

Add list_db = False in odoo.conf / openerp.conf config file.

Leave a Reply

Your email address will not be published. Required fields are marked *

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