Skip to content

Commit

Permalink
[FIX] base: Malaysian currency
Browse files Browse the repository at this point in the history
Default Currency for Malaysia is MYR (Malaysian ringgit), not MXN (Mexican peso)
Fixes odoo#4193
  • Loading branch information
senthilnathang authored and mart-e committed Dec 12, 2014
1 parent 940b5be commit ccd2f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/addons/base/res/res_country_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
<record id="my" model="res.country">
<field name="name">Malaysia</field>
<field name="code">my</field>
<field name="currency_id" ref="MXN"/>
<field name="currency_id" ref="MYR"/>
</record>
<record id="mz" model="res.country">
<field name="name">Mozambique</field>
Expand Down

0 comments on commit ccd2f68

Please sign in to comment.