跳至内容
菜单
此问题已终结
2 回复
2684 查看

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 ?

形象
丢弃
最佳答案

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

形象
丢弃