1. intro
I want to remove the “Manage Databases” display from Odoo’s first page.
2. How to do?
vi /etc/odoo/odoo.conf ; 추가
list_db = False
service odoo restart
3. Result
I want to remove the “Manage Databases” display from Odoo’s first page.
vi /etc/odoo/odoo.conf ; 추가
list_db = False
service odoo restart