c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22123
Re: [Bug 765212] [NEW] res.currency symbol column (postgres type) too short
On Tuesday 19 April 2011, you wrote:
> Public bug reported:
>
> The res.currency symbol column defined in base as character varying(3)
>...
> instance the BGN currency defined at line 1409.
Strange, "BGN" should fit 3. Does it contain any utf-8 chars?
OTOH, I agree to raise the size of that column.
--
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)
References