← Back to team overview

openerp-india team mailing list archive

[Bug 1082597] Re: crash on create procurement

 

*** This bug is a duplicate of bug 1075513 ***
    https://bugs.launchpad.net/bugs/1075513

Also checked the lp:1079548.

Thanks!

** This bug has been marked a duplicate of bug 1075513
   [6.1]Table: public.procurement_order Field: message size too small?

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

Title:
  crash on create procurement

Status in OpenERP Addons (modules):
  New

Bug description:
  When a message from creation procurement has more of 64 char,
  procurement.py creshes.

  I solved with this modify:

  ### cr.execute('update procurement_order set message=%s where id=%s', (message, procurement.id))
  cr.execute('update procurement_order set message=%s where id=%s', (message[:64], procurement.id))

  Thanks

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


References