Skip to content
Snippets Groups Projects
Commit ccd2f68a authored by senthilnathang's avatar senthilnathang Committed by Martin Trigaux
Browse files

[FIX] base: Malaysian currency

Default Currency for Malaysia is MYR (Malaysian ringgit), not MXN (Mexican peso)
Fixes #4193
parent 940b5beb
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment