Hi,
When creating a database in odoo, if any other person tries to login on a database using the database manager, the database being created becomes corrupted. This happens on a windows environment.
Can you please advice on how to prevent this?
Below is the error that is thrown as soon as a user enters de the database manager during creation:
2024-03-07 10:03:06,058 32128 INFO test4 odoo.modules.loading: loading base/security/ir.model.access.csv
2024-03-07 10:03:06,228 32128 INFO ? odoo.sql_db: ConnectionPool(used=2/count=8/max=64): Closed 2 connections to 'user=postgresuser password=xxx dbname=test4 host=localhost port=5432 application_name=odoo-32128 sslmode=prefer'
2024-03-07 10:03:06,281 32128 INFO ? werkzeug: 192.168.0.135 - - [07/Mar/2024 10:03:06] "GET /web/database/selector HTTP/1.1" 200 - 16 2.229 1.335
2024-03-07 10:03:06,428 32128 WARNING test4 odoo.modules.loading: Transient module states were reset
2024-03-07 10:03:06,444 32128 ERROR test4 odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "C:\testing\odoo\odoo\modules\res_users.py", line 815, in _login
raise AccessDenied()
odoo.exceptions.AccessDenied: Access Denied
2024-03-07 10:03:07,288 32128 INFO test4 odoo.sql_db: ConnectionPool(used=2/count=8/max=64): Closed 1 connections to 'user=postgresuser password=xxx dbname=test4 host=localhost port=5432 application_name=odoo-32128 sslmode=prefer'
2024-03-07 10:03:07,341 32128 INFO test4 werkzeug: 127.0.0.1 - - [07/Mar/2024 10:03:07] "POST /web/database/create HTTP/1.1" 200 - 11306 6.733 7.265
thanks in advance for your help and advice.