Skip to Content
Menu
This question has been flagged
3067 Zobrazenia

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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
mar 15
4281
1
aug 25
334
2
jún 25
1776
0
mar 25
1639
0
feb 25
1292