Hi currently i'm using Openerp 6.0 (GTK-Client)
Do you guys have any idea about how to create a session for GTK-Client in openerp 6.0? The reason of why i want to create is because of i want to ask system rollback the whole process while the connection from client to server was lost.
i already tried some of error handling, such:
- IOError for broken pipe and connection reset
- socket.error
- rpcsession
- etc
but all of them was not working. that's why i was thinking of create a session for GTK-Client.
Do you guys think it is possible to create a session for GTK-Client in openerp 6.0? If not, do you guys have any idea for handled connection lost?