Hello, Thanks for reporting!
It has been fixed in lp:~openerp-dev/openobject-server/trunk-bug-712027-ysa Revision no :- 3418 Revision ID: [email protected] and It will be merged soon to the trunk server. Thanks, ** Branch linked: lp:~openerp-dev/openobject-server/trunk-bug-712027-ysa ** Changed in: openobject-server Status: Confirmed => Fix Committed -- 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> _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

