Topic: This inventory model cannot be deleted

This inventory model cannot be deleted because it is associated with one or more transactions.

is the error we are getting and we really ned to have this ability. Can anyone help us on how to get the system to delete these inventory items.

thank you

Re: This inventory model cannot be deleted

I had the same problem after running a few tests and I found I had some "test" inventory items hanging around that I wanted to get rid of.
In order to do this, I went into phpmyadmin and deleted the transactions for these items from the following tables:
inventory_transaction
inventory_model
After doing this I was able to delete the inventory item from the app.
Hope this helps.
Ryan