Skip to content

Commit

Permalink
[FIX] base: round JPY at unit's place
Browse files Browse the repository at this point in the history
Rounding should be done at the unit's place for Japanese yen

Closes odoo#23739
  • Loading branch information
yostashiro authored and mart-e committed Mar 19, 2018
1 parent 622b70e commit caf6b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoo/addons/base/res/res_currency_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<record id="JPY" model="res.currency">
<field name="name">JPY</field>
<field name="symbol">¥</field>
<field name="rounding">0.01</field>
<field name="rounding">1.00</field>
<field name="active" eval="False"/>
</record>

Expand Down

0 comments on commit caf6b4a

Please sign in to comment.