This question has been flagged
1 Reply
9720 Views

Unknown error during import: <class 'openerp.exceptions.MissingError'>: ('MissingError', u'One of the records you are trying to modify has already been deleted (Document type: Information about a product supplier).') at row 2

Does that mean the error is missing?  :)

I'm not sure what it thinks is deleted.  The supplier record is still there. 

I am trying to import Product-Supplier relationship records, if that makes any difference.

Avatar
Discard
Best Answer

The old product supplier issue. This usually means the supplier id has been changed and or you imported product twice with a Supplier. What happpens is that you think you are updating the supplier, but odoo will add a new supplier to the product, thus breaking the original link, well changing it. Also, when you duplicate a product the Supplier with drop from the duplicated record, well it should. This was a bug, so that also will cause the error above.

Avatar
Discard