[trunk] IDR Currency need to be changed @ base_data.xml

Bug #695264 reported by Alle (ADSOFT)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Undecided
OpenERP's Framework R&D

Bug Description

The name and symbol of currency IDR need to be changed from "Rs" to be "Rp" at server/addons/base/base_data.xml.

Currently:

        <record id="IDR" model="res.currency">
            <field name="name">Rs</field>
            <field name="code">IDR</field>
            <field name="symbol">Rs</field>
            <field name="rounding">0.01</field>
            <field name="accuracy">4</field>
            <field name="company_id" ref="main_company"/>
        </record>

Should be:

        <record id="IDR" model="res.currency">
            <field name="name">Rp</field>
            <field name="code">IDR</field>
            <field name="symbol">Rp</field>
            <field name="rounding">0.01</field>
            <field name="accuracy">4</field>
            <field name="company_id" ref="main_company"/>
        </record>

Revision history for this message
Alle (ADSOFT) (openerp-indonesia) wrote :

Please ignore this as its been fixed. See below:

fixed in r6162
thanks for the report.

** Changed in: openobject-addons
      Status: Confirmed => Fix Released

--
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs.launchpad.net/bugs/690032

Title:
 Double currency selection of Rs during setup

Status in OpenObject Addons Modules:
 Fix Released

Bug description:
 There are 2 currency symbol of "Rs" selection during database setup. One of them should be changed to be "Rp" of Indonesian Rupiah (IDR)

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Thanks for reporting Iman.
It has been fixed by revision http://bazaar.launchpad.net/~openerp/openobject-server/trunk/revision/3162.

Changed in openobject-server:
status: New → Fix Released
milestone: none → 6.0-rc2
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
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.