[FIX] Correct Algerian currency symbol

While the currency code of the Algerian Dinar is DZD, (latin) currency symbol is DA.
This commit is contained in:
Yasser Kaddour 2017-09-25 08:53:45 +01:00 committed by xmo-odoo
parent 35441cfd62
commit 4365ebc19c
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
Algeria, 2017-09-22
I hereby agree to the terms of the Odoo Individual Contributor License
Agreement v1.0.
I declare that I am authorized and able to make this agreement and sign this
declaration.
Signed,
Yasser Kaddour yasser.kaddour@gmail.com https://github.com/YasserKaddour

View File

@ -1359,7 +1359,7 @@
<record id="DZD" model="res.currency">
<field name="name">DZD</field>
<field name="symbol">DZ</field>
<field name="symbol">DA</field>
<field name="rounding">0.01</field>
<field name="accuracy">4</field>
</record>