c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15184
Re: [Bug 712027] [NEW] Missing UGX Currency
Hi Simon,
We encountered this problem a while ago,i think we were implementing version
5.0.6,before running the configuration of OpenERP,we inserted the UGX
currency into the res_currency table,then created a rate against the Euro in
the res_currency_rate table. Then we went ahead to run the configuration.
The ugx currency appeared under the currency dropdown and will be the
default currency when setting under the charts of accounts.
Regards
Gibson
On Wed, Feb 2, 2011 at 8:58 PM, Simon Vass <svass@xxxxxxxx> wrote:
> Public bug reported:
>
> 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>
>
> ** Affects: openobject-server
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are subscribed to the
> OpenERP Project Group.
> https://bugs.launchpad.net/bugs/712027
>
> Title:
> Missing UGX Currency
>
> Status in OpenERP Server:
> New
>
> 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>
>
>
>
--
Gibson Wasukira
Making Technology a Business Asset
www.thegrid.ug
--
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:
Confirmed
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