This question has been flagged
2168 Views

Hello all,

We are using OpenERP 6.0.4, on Receive Products when we click on Process, the system open a wizard popup with the product to be received (Product Moves).

It happens so many times that the products are not the correct one, and we have to Close and Process again around 20 times the Receive Products popup to get the good product. It's interesting to notice that the products wrongly displayed are products that we already received previously (the day before or so).

So I guess there's a problem of wrong loaded products in memory somewhere in the source code that is not correctly intitalised.

In stock_partial_move.py:

   _moves_fields.update({
           'product_moves_in' : {'relation': 'stock.move.memory.in', 'type' : 'one2many', 'string' : 'Product Moves'},
           'product_moves_out' : {'relation': 'stock.move.memory.out', 'type' : 'one2many', 'string' : 'Product Moves'}
    })

I'm wondering if the problem comes from the relation stock.move.memory.in ?

We have this problem for months now, and I hope somebody can help us out to find the reason of this.

Thanks in advance!

Avatar
Discard