Hello Xavier Fernandez ,

I have checked this issue with latest trunk code but I did not face any problem 
like yours 
So would you please check this with latest code.

Thanks and waiting for reply!


** Changed in: openobject-server
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1081534

Title:
  osv_memory read function does not return unicode

Status in OpenERP Server:
  Incomplete

Bug description:
  On server 6.0, revno 3642:

  read calls on osv and osv_memory does not return the same thing:
  osv returns a nice unicode but osv_memory returns an str

  Example:
  write 'ééééééééééé' both on an osv (res.users signature field for example) 
and an osv_memory text field.
  and then read those 2 fields, that's what you will get:

  osv_read: u'\xe9\xe9\xe9\xe9\xe9\xe9\xe9\xe9\xe9\xe9\xe9'
  osv_memory_read: 
'\xc3\xa9\xc3\xa9\xc3\xa9\xc3\xa9\xc3\xa9\xc3\xa9\xc3\xa9\xc3\xa9\xc3\xa9\xc3\xa9\xc3\xa9'

  To test it, you can install the module provided in attachment that
  does just that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1081534/+subscriptions

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

Reply via email to