openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #19608
[Bug 1089832] Re: Wrong currency code for Ukrainian hryvnia in Openerp 7
Hello Alexey Chechel ,
Currency code for Ukrainian hryvnia UAH(new code) has already added on revision # 4402[1], UAG is (old currncy code) still exist for the backward compabilty or lagecy system integration.
@community team : have a look on it and take appropriate decision.
Thank You.
---
[1] http://bazaar.launchpad.net/~openerp/openobject-server/trunk/view/head:/openerp/addons/base/currency_data.xml#L276
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1089832
Title:
Wrong currency code for Ukrainian hryvnia in Openerp 7
Status in OpenERP Server:
Confirmed
Bug description:
In Openerp 7 currency code for the Ukrainian hryvnia is UAG, it is a
mistake.
openerp/addons/base/currency_data.xml
<record id="UAG" model="res.currency">
<field name="name">UAG</field>
<field name="symbol">₴</field>
<field name="rounding">0.01</field>
<field name="accuracy">4</field>
<field name="company_id" ref="main_company"/>
</record>
<record id="rateUAG" model="res.currency.rate">
<field name="currency_id" ref="UAG" />
<field eval="time.strftime('%Y-01-01')" name="name"/>
<field name="rate">10.17</field>
</record>
In accordance with the ISO 4217 currency code for the Ukrainian hryvnia = UAH
http://en.wikipedia.org/wiki/ISO_4217
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1089832/+subscriptions
References