[FIX] product: Set rounding of "Unit" to 0.001

This fix prevents unexpected rounding when the
"Multiple Unit of Measure" feature is not installed.
This commit is contained in:
Commandant Custo 2015-03-30 11:03:15 +02:00 committed by Josse Colpaert
parent b2a23ee94a
commit 0fd51c2e6e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<field name="category_id" ref="product_uom_categ_unit"/>
<field name="name">Unit(s)</field>
<field name="factor" eval="1.0"/>
<field name="rounding" eval="1.0"/>
<field name="rounding" eval="0.001"/>
</record>
<record id="product_uom_dozen" model="product.uom">
<field name="category_id" ref="product.product_uom_categ_unit"/>