[IMP] rename PCE with Unit in data of UoM.
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Mon, 27 Feb 2012 10:22:42 +0000 (15:52 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Mon, 27 Feb 2012 10:22:42 +0000 (15:52 +0530)
bzr revid: tpa@tinyerp.com-20120227102242-kr083q6nruyj2gtd

addons/product/product_data.xml

index 0233a5a..3e2d114 100644 (file)
@@ -27,7 +27,7 @@
         -->
         <record id="product_uom_unit" model="product.uom">
             <field name="category_id" ref="product_uom_categ_unit"/>
-            <field name="name">PCE</field>
+            <field name="name">Unit</field>
             <field name="factor" eval="1.0"/>
             <field name="rounding" eval="1.0"/>
         </record>