c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24714
[Bug 712027] Re: Missing UGX Currency
Hello,
>From Wikipedia, the symbol should be USh, do you have some information
about that?
--
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/712027
Title:
Missing UGX Currency
Status in OpenERP Server:
Fix Committed
Bug description:
Currently Ugandan Shillings Missing from list of default currencies.
<record id="UGX" model="res.currency">
<field name="name">UGX</field>
<field name="symbol">/=</field>
<field name="rounding">1</field>
<field name="accuracy">4</field>
<!-- Company ID will be set later -->
<field name="company_id" eval="non"/>
</record>
<record id="rateUGX" model="res.currency.rate">
<field name="rate">3182.258</field>
<field name="currency_id" ref="UGX"/>
<field eval="time.strftime('%Y-01-01')" name="name"/>
</record>
Follow ups
References