This question has been flagged
2 Replies
2264 Views

Hi everyone,


Went to install the Inventory Management module, and Odoo froze up during the process. I restarted it, but now the module is stuck "in limbo" if you will. The tile under Apps says "Cancel Install" which if I click it, "Install" becomes an option again. Clicking that produces this error:


The operation cannot be completed, probably due to the following:

- deletion: you may be trying to delete a record while other records still reference it

- creation/update: a mandatory field is not correctly set

[object with reference: stock_picking - stock.picking]


Not quite sure what to try next. Ideas?

Avatar
Discard
Author Best Answer

Not sure what you guys mean. I ran into this again today trying to install another module (Stripe payment acquirer). What should I do?

Avatar
Discard
Best Answer

I think the value of stock_picking field is not sets very well.

Check the value of stock_picking is set or not.

Otherwise set default value in field declaration of stock_picking to it using,

default='value'  


Avatar
Discard