[IMP] minor change to add <p> on text context.

bzr revid: jra@tinyerp.com-20120914092832-sbu30zjrkx5y2j18
This commit is contained in:
Jiten (OpenERP) 2012-09-14 14:58:32 +05:30
parent f564de09ab
commit ed7a980a85
1 changed files with 2 additions and 0 deletions

View File

@ -167,7 +167,9 @@
<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>