Skip to content
Snippets Groups Projects
Commit 455714c7 authored by Yoshi Tashiro's avatar Yoshi Tashiro Committed by Martin Trigaux
Browse files

[FIX] base: set cureency position "before" for JPY


As a convention, JPY currency symbol normally shows before the amount.

closes odoo/odoo#34113

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 818d3463
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,7 @@
<field name="symbol">¥</field>
<field name="rounding">1.00</field>
<field name="active" eval="False"/>
<field name="position">before</field>
</record>
<record id="BGN" model="res.currency">
......
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