Skip to content
Snippets Groups Projects
Commit 9617e79e authored by Katherine Zaoral's avatar Katherine Zaoral Committed by Martin Trigaux
Browse files

[FIX] base: set ARS currency symbol position


Should be before the amount

closes odoo/odoo#32846

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 3c40d732
Branches
Tags
No related merge requests found
......@@ -165,6 +165,7 @@
<field name="name">ARS</field>
<field name="symbol">$</field>
<field name="rounding">0.01</field>
<field name="position">before</field>
<field name="active" eval="False"/>
<field name="currency_unit_label">Peso</field>
<field name="currency_subunit_label">Centavos</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment