Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5557 Visualizzazioni

I was migrating my openerp database from one server to another. And while restoring database on another server I am geting this error

ALTER TABLE ERROR: insert or update on table "stock_move" violates foreign key constraint "stock_move_product_id_fkey" DETAIL: Key (product_id)=(2466) is not present in table "product_product". ALTER TABLE

Please Suggest !!

Avatar
Abbandona
Risposta migliore

You might not have the Product with id = 2466 in the product_product table which is used as foreign key in stock_move table. You can create product with id = 2466 in product_product as a solution.

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
mar 15
3251
0
mar 15
3600
1
feb 18
10653
0
feb 25
1683
2
gen 25
8371