General

¡Bienvenido a los foros Aeodoo!

Somos la comunidad de Odoo internacional hispanohablante.
Estos foros son para compartir y debatir dudas técnicas, funcionales y mejores prácticas para Odoo. Recuerda que no están permitidos los insultos, descalificaciones o spam, cualquier conducta reprobable supondrá el baneo del usuario.

0

[15] actualizo código y da error psycopg2.errors.InvalidForeignKey: there is no unique constraint matching given keys for referenced table "res_users"

Hola,


Al actualizar código de un odoo 15 CE , con este comando:

odoo --no-xmlrpc --db_host=172.18.0.3 --db_user=odoo --db_password=odoo --stop-after-init -u all -d teslaspain


se para el proceso con este error


2024-10-22 17:39:50,242 35 CRITICAL teslaspain odoo.service.server: Failed to initialize database `teslaspain`.

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/service/sql_db.py", line 311, in execute

    res = self._obj.execute(query, params)

psycopg2.errors.InvalidForeignKey: there is no unique constraint matching given keys for referenced table "res_users"


Alguien sabe como arreglarlo

1 Comment
Avatar
Discard

Aparentemente dice que la tabla res_users está dañada

Your Answer

Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!