Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

I get this error when i create my odoo database form the GUI:  #3

@razanmedani

Description

@razanmedani

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions