Comment 4 for bug 499120

Revision history for this message
Sananaz (Open ERP) (sma-tiny) wrote :

Hello Raphael,

1. Yes its problem from server side where overwrite unlink method of 'stock_picking' class, which call another class 'stock_move' action_cancel method, and then this also call a write method, so the query of orm method `_check_concurrency` goes wrong then it gives "Records were modified in the meanwhile".

2. Another thing for GTK client, it cant send the last_update date and time when call unlink method. So it cant goes for orm `_check_concurrency` method. So from gtk you get the desired result.

From your side, i will send this bug for openobject-addons.

Thank you.