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

Hi, 


one of my products, managed by serial numbers, is blocked. 
When i want to perform a delivery it states: It is not possible to reserve more products of 'XX' than you have in stock.

However, that serial number is on the correct location. It is reserved but I am not able to unreserve (normally there is button if it reserved by a MO/internal transfer/...)
Can anyone help me on this? this serial nr is fully blocked




Many thanks for this! 


Awatar
Odrzuć
Autor

Hi,

For me it was due to installation of a custom module for serial numbers..
I would suggest to raise a support ticket at Odoo. They were very helpful for my past issues

Najlepsza odpowiedź

Hi,
You can just check it out in staging or test db and see if it works.

* there will be a picking with non done state having this product
* find the picking having this product
* find the stock move line id and execute a query to update the product_qty as 0 and product_uom_qty as 0 for this move line id
* now click unreserve button in the picking

Query sample:
update stock_move_line set product_qty = 0, product_uom_qty=0 where id in (375312,375313)


Thanks

Awatar
Odrzuć
Najlepsza odpowiedź

any solutions ? i have the same problem

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 25
199
0
lip 25
354
2
cze 25
1387
1
maj 25
1398
0
mar 25
1245