← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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)

** Affects: openobject-server
     Importance: Low
     Assignee: OpenERP's Framework R&D (openerp-dev-framework)
         Status: New

-- 
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:
  New

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)


Follow ups

References