[FIX] logging PostgreSQLHandler: do not insert {create,write}_uid
authorChristophe Simonis <chs@odoo.com>
Tue, 10 Jun 2014 09:15:52 +0000 (11:15 +0200)
committerChristophe Simonis <chs@odoo.com>
Tue, 10 Jun 2014 09:15:52 +0000 (11:15 +0200)
commit6eacf9167177b3809700b1ae96604fef03fb226b
treede94642df95eb73cbd9bee83d13ae44cfb336f09
parent65f68c1f653a9f491cded87cd223949cc2c02493
[FIX] logging PostgreSQLHandler: do not insert {create,write}_uid

As logs can be stored in any database, we can't insert create_uid and write_uid as it
refer to the current database not the logging one, where FK may not match
openerp/netsvc.py