[IMP] In help field define type='html'.
authorBhumi Thakkar (Open ERP) <bth@tinyerp.com>
Thu, 13 Sep 2012 10:34:47 +0000 (16:04 +0530)
committerBhumi Thakkar (Open ERP) <bth@tinyerp.com>
Thu, 13 Sep 2012 10:34:47 +0000 (16:04 +0530)
bzr revid: bth@tinyerp.com-20120913103447-ag5p3yhzi59tp3uo

addons/procurement/procurement_view.xml

index 432ff13..ba0d450 100644 (file)
             <field name="view_mode">tree,form</field>
             <field name="context">{'search_default_perm_exceptions':1}</field>
             <field name="search_view_id" ref="view_procurement_filter"/>
-            <field name="help">Procurement Orders represent the need for a certain quantity of products, at a given time, in a given location. Sales Orders are one typical source of Procurement Orders (but these are distinct documents). Depending on the procurement parameters and the product configuration, the procurement engine will attempt to satisfy the need by reserving products from stock, ordering products from a supplier, or passing a manufacturing order, etc. A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention (those are identified by a specific error message).</field>
+            <field name="help" type="html">
+                Procurement Orders represent the need for a certain quantity of products, at a given time, in a given location. Sales Orders are one typical source of Procurement Orders (but these are distinct documents). Depending on the procurement parameters and the product configuration, the procurement engine will attempt to satisfy the need by reserving products from stock, ordering products from a supplier, or passing a manufacturing order, etc. A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention (those are identified by a specific error message).
+            </field>
         </record>
 
         <record id="procurement_action5" model="ir.actions.act_window">