You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2023. It is now read-only.
2021-02-19 12:21:56,246 3328 ERROR None odoo.http: database 'west_test' already exists!
Traceback (most recent call last):
File "/odoo/odoo-server/odoo/http.py", line 140, in dispatch_rpc
result = dispatch(method, params)
File "/odoo/odoo-server/odoo/service/db.py", line 457, in dispatch
return gexp_method_name
File "", line 2, in exp_create_database
File "/odoo/odoo-server/odoo/service/db.py", line 41, in if_db_mgt_enabled
return method(self, *args, **kwargs)
File "/odoo/odoo-server/odoo/service/db.py", line 128, in exp_create_database
_create_empty_database(db_name)
File "/odoo/odoo-server/odoo/service/db.py", line 104, in _create_empty_database
raise DatabaseExists("database %r already exists!" % (name,))
odoo.service.db.DatabaseExists: database 'west_test' already exists!