[IMP] minor change to add <p> on text context.
authorJiten (OpenERP) <jra@tinyerp.com>
Fri, 14 Sep 2012 09:28:32 +0000 (14:58 +0530)
committerJiten (OpenERP) <jra@tinyerp.com>
Fri, 14 Sep 2012 09:28:32 +0000 (14:58 +0530)
bzr revid: jra@tinyerp.com-20120914092832-sbu30zjrkx5y2j18

addons/procurement/procurement_view.xml

index ba0d450..bf73b38 100644 (file)
             <field name="context">{'search_default_perm_exceptions':1}</field>
             <field name="search_view_id" ref="view_procurement_filter"/>
             <field name="help" type="html">
+                <p>
                 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).
+                </p>
             </field>
         </record>