Skip to content
Snippets Groups Projects
Commit 6bf8b25b authored by David Tran's avatar David Tran
Browse files

[IMP] base: Vietnam Dong should have 1.00 as rounding.

No decimal part in Vietnam Dong (đ - Việt Nam Đồng)

closes odoo/odoo#29650
parent 5856dab3
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@
<record id="VND" model="res.currency">
<field name="name">VND</field>
<field name="symbol"></field>
<field name="rounding">0.01</field>
<field name="rounding">1.00</field>
<field name="active" eval="False"/>
</record>
......
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