← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 712027] Re: Missing UGX Currency

 

The Ugandan Shilling is available in trunk at revision 3426 (revision-
id: vmt@xxxxxxxxxxx-20110525074840-xb6j67fvudodkb1z).

Thanks for the bug report.

** Changed in: openobject-server
       Status: Fix Committed => Fix Released

-- 
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 Released

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>


References