Anup(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-client/6.0-opw-6168-ach into 
lp:openobject-client/6.0.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)
  Jay Vora (OpenERP) (jvo-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client/6.0-opw-6168-ach/+merge/65293

Hello,

   When you restart postgres server you must restart the openerp server to 
connect to the database which was already connected. This seems to be annoying 
and not feasible. I have found a fix for the same.

  Kindly refer to 
https://code.launchpad.net/~openerp-dev/openobject-server/6.0-opw-6168-ach/+merge/65292
 also.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-client/6.0-opw-6168-ach/+merge/65293
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-client/6.0-opw-6168-ach.
=== modified file 'bin/rpc.py'
--- bin/rpc.py	2011-03-30 18:21:02 +0000
+++ bin/rpc.py	2011-06-21 05:26:56 +0000
@@ -374,6 +374,7 @@
 
     def logout(self):
         if self._open:
+            self.rpc_exec_auth('/common', 'logout_db')
             self._open = False
             self.uname = None
             self.uid = None

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to