[IMP] product: Service (product.product_product_consultant) eval='False' and True...
authorChristophe Matthieu <chm@openerp.com>
Wed, 15 Jan 2014 15:37:13 +0000 (16:37 +0100)
committerChristophe Matthieu <chm@openerp.com>
Wed, 15 Jan 2014 15:37:13 +0000 (16:37 +0100)
bzr revid: chm@openerp.com-20140115153713-vd0tn5ttn7dhb3k6

addons/product/product_data.xml
addons/product/product_demo.xml

index ee58181..b887b8c 100644 (file)
@@ -198,7 +198,7 @@ parameter) will see those record just disappear.
             <field name="name">Service</field>
             <field name="categ_id" ref="product.product_category_all"/>
             <field name="type">service</field>
-            <field name="sale_ok">False</field>
+            <field name="sale_ok" eval="False"/>
         </record>
 
         <!-- Product Public Categories -->
index a309a1f..7797292 100644 (file)
 
         <record id="product_product_consultant" model="product.product">
             <field name="categ_id" ref="product.product_category_5"/>
+            <field name="sale_ok" eval="True"/>
         </record>
 
-
         <record id="product_template_1" model="product.template">
             <field name="name">On Site Monitoring</field>
             <field name="categ_id" ref="product_category_5"/>