Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3013 Widoki

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!

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
4221
1
sie 25
131
2
cze 25
1677
0
mar 25
1548
0
lut 25
1191