Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
2657 Vistas

I am trying to delete a company that I created and it gives me this error msg

" The operation cannot be completed: another model requires the record being deleted. If possible, archive it instead. Model: Picking Type (stock.picking.type) Constraint: stock_picking_type_company_id_fkey" 


I am not sure what is Picking Type or how to unlink it can someone help me ?

Avatar
Descartar
Mejor respuesta

Hi,

As per the error message, it seems you have some records in the table/model:  stock_picking_type (stock.picking.type) having company_id value set to this company. So clear those records or instead of deleting keep the company archived.

Regards

Avatar
Descartar