Skip to content

Commit

Permalink
Add units of measure conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehtaga committed Apr 24, 2015
1 parent 9eb9a5f commit 9a434c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stock_location_area_data/data/stock_location_area_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
<record id="product_uom_m2" model="product.uom">
<field name="name">m²</field>
<field name="category_id" eval="product_uom_categ_surface"/>
<field name="uom_type">reference</field>
</record>

<record id="product_uom_feet2" model="product.uom">
<field name="name">feet²</field>
<field name="category_id" eval="product_uom_categ_surface"/>
<field name="uom_type">smaller</field>
<field name="factor">10.76391042</field>
</record>

</data>
Expand Down

0 comments on commit 9a434c3

Please sign in to comment.