There is no ukrainian currency in base

Bug #516623 reported by Ivan Gudym
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Wishlist
JMA(Open ERP)

Bug Description

It's a bit confused in first installation steps

# Begin patch
=== modified file 'bin/addons/base/base_data.xml'
--- bin/addons/base/base_data.xml<----->2009-08-31 07:47:24 +0000
+++ bin/addons/base/base_data.xml<----->2010-02-03 17:04:32 +0000
@@ -1230,6 +1230,19 @@
             <field name="currency_id" ref="INR"/>
             <field eval="time.strftime('%Y-01-01')" name="name"/>
         </record>
+
+ <record id="UAH" model="res.currency">
+ <field name="name">UAH</field>
+ <field name="code">UAH</field>
+ <field name="rounding">0.01</field>
+ <field name="accuracy">4</field>
+ </record>
+ <record id="rateUAH" model="res.currency.rate">
+ <field name="rate">11.2274</field>
+ <field name="currency_id" ref="UAH"/>
+ <field eval="time.strftime('%Y-01-01')" name="name"/>
+ </record>
+........
........
         <!-- Basic Company -->
         <record id="main_company" model="res.company">

Related branches

Changed in openobject-server:
importance: Undecided → Wishlist
assignee: nobody → JMA(Open ERP) (jma-openerp)
milestone: none → 5.2
status: New → Confirmed
Revision history for this message
JMA(Open ERP) (jma-openerp) wrote :

It has been added by revision 2095 <email address hidden>.
Thank you for the interest and pointing us to that issue.

Changed in openobject-server:
assignee: JMA(Open ERP) (jma-openerp) → nobody
status: Confirmed → Fix Released
assignee: nobody → JMA(Open ERP) (jma-openerp)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.