← Back to team overview

openerp-dev-web team mailing list archive

[Bug 670228] Re: Web-client corrupts binary fields (e.g. company logo)

 

I'm raising the importance of this bug report, as it can be indirectly blocking for many areas of OpenERP.
I have witnessed many cases, mostly with reports that cannot be printed (e.g. bug 699955) or employees management (Employees have pictures now).

Reminder to all: the temporary workaround is to restore the broken
image(s) with the GTK client, and avoid saving forms that contain images
until this bug is fixed.

** Changed in: openobject-client-web
   Importance: Medium => High

-- 
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/670228

Title:
  Web-client corrupts binary fields (e.g. company logo)

Status in OpenObject Web Client:
  Confirmed

Bug description:
  When we try to generate an accounting report from the web client. (
  6.0 RC1 )

  For example.

  The General Ledger report from Accounting division
   ( Reporting -> Legal Reports -> Accounting Reports -> General Ledger )

  It crashes with the message - (<class 'binascii.Error'>,
  Error('Incorrect padding',), <traceback object at 0x4b1f200>)

  We are using 64 bit Ubuntu 10.04 LTS. This seems to work fine when
  running on a 32 bit Ubuntu 10.04 LTS.

  After a bit of googling we found that the issue maybe with Python
  libraries (?) that you are using.

  The source code we are using is the same that is published on the
  OpenERP website ( 6.0 RC1 )