← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 772230] Re: ir.attachment res_name : function _name_get_resname exceeds size limit

 

Hello JBA,

   I had faced the issue few days back. I confirm the issue. It indeed
is crashing the system and is a real bug.

   It has been fixed by revision 3415
ach@xxxxxxxxxxx-20110429122401-enfr7d349g1lgk82 in the branch lp
:~openerp-dev/openobject-server/6.0-opw-5480-ach.


   It will be merged soon in the stable.

Thanks a lot for pointing out towards such a crucial issue.

** Changed in: openobject-server/6.0
   Importance: Low => Medium

** Changed in: openobject-server
   Importance: Low => Medium

** Changed in: openobject-server/6.0
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/772230

Title:
  ir.attachment res_name : function _name_get_resname exceeds size limit

Status in OpenERP Server:
  Confirmed
Status in OpenERP Server 6.0 series:
  Fix Committed

Bug description:
  Hi,

  In ir.attachment, the field res_name is a function field of size 128
  stored in DB as char. However, the function calculating the res_name
  can generate a name exceeding this size.

  I'll post a merge proposal to fix this issue.

  kr,
  J-E


References