mirror of
https://gitlab.com/datalifeit/trytond-product
synced 2023-12-14 04:23:04 +01:00
Fix carat conversion ratio
issue6268 review33821002
This commit is contained in:
parent
8360d184a4
commit
3e2486faf6
1 changed files with 2 additions and 2 deletions
4
uom.xml
4
uom.xml
|
@ -94,8 +94,8 @@ this repository contains the full copyright notices and license terms. -->
|
|||
<field name="name">Carat</field>
|
||||
<field name="symbol">c</field>
|
||||
<field name="category" ref="uom_cat_weight"/>
|
||||
<field name="factor" eval="5000."/>
|
||||
<field name="rate" eval="0.0002"/>
|
||||
<field name="factor" eval="0.0002"/>
|
||||
<field name="rate" eval="5000."/>
|
||||
</record>
|
||||
<record model="product.uom" id="uom_pound">
|
||||
<field name="name">Pound</field>
|
||||
|
|
Loading…
Reference in a new issue