← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 765212] Re: res.currency symbol column (postgres type) too short

 

** Branch linked: lp:~openerp-dev/openobject-server/6.0-bug-765212-xrg

** Changed in: openobject-server
       Status: New => 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/765212

Title:
  res.currency symbol column (postgres type) too short

Status in OpenERP Server:
  Fix Committed

Bug description:
  The res.currency symbol column defined in base as character varying(3)
  seems too short for all the values defined in base_data.xml, for
  instance the BGN currency defined at line 1409.

  The problem is visible with PostgreSQL 9; OpenERP reports:
  DataError: value too long for type character varying(3)


References