c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22871
[Bug 765212] Re: res.currency symbol column (postgres type) too short
Ok, not a bug.
I was creating my db with postgres' createdb command which created the
db using ASCII instead of Unicode (I guess postgres defaults vary on
different machines). Using explicitely the -E flag to specify Unicode
resolved the problem.
** Changed in: openobject-server
Status: Fix Committed => Invalid
--
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:
Invalid
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