Search 1.9 billion lines of Odoo code on GitHub

sec_disable_db_manager

Author: Naglis Jonaitis
License: LGPL-3
Branch: 10.0
Repository: crtmneric/misc-addons-1
Dependencies: web
Languages: HTML (394, 84.4%), Python (62, 13.3%), and reStructuredText (11, 2.4%)
Other branches: 10.0-fix-get-amount-string, and issue-12
Other repositories: Drsmartinkus/misc-addons, Guobower/misc-addons, IaseshviliGeorgiy/misc-addons, PrenorSistemas/misc-addons, TRESCLOUD/misc-addons, Vassy/misc-addons, focusate/naglis-misc-addons, grottas/misc-addons-1, mucahitaz/misc-addons, naglis/misc-addons, sasakuma/misc-addons-1, sm2x/misc-addons-1, and versada/misc-addons

<h1 class="title">Disable Database Manager</h1> <a name="installation"></a> <h2>Installation</h2> <p>It is recommended to restart Odoo after the module is installed.</p> <a name="configuration"></a> <h2>Configuration</h2> <p>Start Odoo with the <code>--no-database-list</code> CLI parameter or the <code>list_db</code> configuration parameter set to <code>False</code> to disable the database management functions.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">When running Odoo with multiple databases, users will not be able to select the database to login to, because the database selector window will be disabled. You can set the default database name with the <cite>-d</cite>, <cite>--database</cite> CLI parameter or <cite>db_name</cite> configuration parameter, or specify the database name to login to in the URL, e.g.: <cite>/web/login?db=mydatabase</cite>.</p> </div>