[TRUNK 6.0 5.0] Venezuelan currency exchange Incorrect preloaded.

Bug #715646 reported by Nhomar - Vauxoo
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Medium
OpenERP's Framework R&D

Bug Description

Hello.

Please on base data currency, the exchange for venezuela currency is incorrect we change manually in all our instalations, BTW some users expect this work out of the box (we have 4 years with the same amount) can pleas make change on base data.
in file server/bin/addons/base/base_data.xml Look for:

        <record id="VEB" model="res.currency">
            <field name="name">Bs</field>
            <field name="code">VEB</field>
            <field name="rounding">2.95</field>
            <field name="accuracy">4</field>
        </record>
        <record id="rateVEB" model="res.currency.rate">
            <field name="rate">3132.9</field>
            <field name="currency_id" ref="VEB"/>
            <field eval="time.strftime('%Y-01-01')" name="name"/>
        </record>

the correct is:

        <record id="VEB" model="res.currency">
            <field name="name">Bs</field>
            <field name="code">VEB</field>
            <field name="rounding">0.0001</field>
            <field name="accuracy">4</field>
        </record>
        <record id="rateVEB" model="res.currency.rate">
            <field name="rate">5.864</field>
            <field name="currency_id" ref="VEB"/>
            <field eval="time.strftime('%Y-01-01')" name="name"/>
        </record>

Thanks.

Related branches

Nhomar - Vauxoo (nhomar)
Changed in openobject-addons:
importance: Undecided → Low
Amit Parik (amit-parik)
affects: openobject-addons → openobject-server
Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
status: New → Confirmed
Revision history for this message
Rutul Shah(Open ERP) (rts-openerp) wrote :

The current rate is
1 Euro (EUR) = 6.26 Bolivars (BEV)
1 Euro (EUR) = 65.22 Rupees (INR)

The rate mentioned in the bug seems different.

Please verify.

Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello Nhomar Hernández,

Can we have your feedback on this issue....

Thanks,

Revision history for this message
Nhomar - Vauxoo (nhomar) wrote : Re: [Bug 715646] Re: [TRUNK 6.0 5.0] Venezuelan currency exchange Incorrect preloaded.

Hello Naresh.

In V6 it is not corrected yet, and when you install Bs, we are having
rouniding issues.

http://bazaar.launchpad.net/~openerp/openobject-server/6.0/view/head:/bin/addons/base/base_data.xml

In Trunk:

http://bazaar.launchpad.net/~openerp/openobject-server/trunk/view/head:/openerp/addons/base/base_data.xml

The same issue, not changed yet.

Thanks

2011/6/1 Naresh(OpenERP) <email address hidden>

> Hello Nhomar Hernández,
>
> Can we have your feedback on this issue....
>
>
> Thanks,
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/715646
>
> Title:
> [TRUNK 6.0 5.0] Venezuelan currency exchange Incorrect preloaded.
>
> Status in OpenERP Server:
> Confirmed
>
> Bug description:
> Hello.
>
> Please on base data currency, the exchange for venezuela currency is
> incorrect we change manually in all our instalations, BTW some users expect
> this work out of the box (we have 4 years with the same amount) can pleas
> make change on base data.
> in file server/bin/addons/base/base_data.xml Look for:
>
> <record id="VEB" model="res.currency">
> <field name="name">Bs</field>
> <field name="code">VEB</field>
> <field name="rounding">2.95</field>
> <field name="accuracy">4</field>
> </record>
> <record id="rateVEB" model="res.currency.rate">
> <field name="rate">3132.9</field>
> <field name="currency_id" ref="VEB"/>
> <field eval="time.strftime('%Y-01-01')" name="name"/>
> </record>
>
> the correct is:
>
> <record id="VEB" model="res.currency">
> <field name="name">Bs</field>
> <field name="code">VEB</field>
> <field name="rounding">0.0001</field>
> <field name="accuracy">4</field>
> </record>
> <record id="rateVEB" model="res.currency.rate">
> <field name="rate">5.864</field>
> <field name="currency_id" ref="VEB"/>
> <field eval="time.strftime('%Y-01-01')" name="name"/>
> </record>
>
> Thanks.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/openobject-server/+bug/715646/+subscribe
>

--
Saludos Cordiales

Nhomar G. Hernandez M.
+58-414-4110269
Skype: nhomar00
Web-Blog: http://geronimo.com.ve
Servicios IT: http://openerp.com.ve
Linux-Counter: 467724
Correos:
<email address hidden> <email address hidden>
<email address hidden>

Changed in openobject-server:
importance: Low → Medium
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello Nhomar Hernández,

Thanks for your response ! we agree the code is still not modified that's the reason the bug is still in confirmed state

What I meant was about the correct rate details for the "Bs" currency. the rate you provided in the original bug description are outdated.

Can you please give us the latest running rates.

Thanks

Revision history for this message
Nhomar - Vauxoo (nhomar) wrote :

Je!

I got it.

In Venezuela there are control of exchange of currency, we have 3 years with the same rate ;-)

The change is the same...

Regards.

Changed in openobject-server:
status: Confirmed → In Progress
Revision history for this message
Nimesh Contractor(Open ERP) (nco-openerp) wrote :

Hello Nhomar Hernández,,

Thanks for reporting,

It has been fixed in lp:~openerp-dev/openobject-server/trunk-bug-715646-nco branch.
Revision No:- 3452
Revision ID: <email address hidden> and It will be merged soon
with the trunk server.

Thanks,

Changed in openobject-server:
status: In Progress → Fix Committed
Revision history for this message
hbto [Vauxoo] http://www.vauxoo.com (humbertoarocha) wrote :

Venezuela underwent a change of currency from 2008 on so the old one was VEB (Bs) and the new one is VEF(BsF) in ISO.
So the Current one is VEF (BsF.)

 <field name="currency_id" ref="VEB"/>

Please correct this to the new one

Thanks a lot

Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello Hbto,

Thanks for the updates ! It will be corrected soon.. the full information regarding Venezuela can be found here http://en.wikipedia.org/wiki/Venezuelan_bol%C3%ADvar

Thanks,

Revision history for this message
Vo Minh Thu (thu) wrote :

The change is in trunk at revision 3632 (revision-id: <email address hidden>).

Thanks for the heads-up. Please note you can do a merge proposal instead of a bug report when you actually know what should be done.

Thanks.

Changed in openobject-server:
status: Fix Committed → Fix Released
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.