[FIX] website_quote: onboarding tip
authorYannick Tivisse <yti@odoo.com>
Thu, 9 Oct 2014 11:32:55 +0000 (13:32 +0200)
committerThibault Delavallée <tde@openerp.com>
Wed, 22 Oct 2014 14:15:41 +0000 (16:15 +0200)
addons/website_quote/data/quotation_tip_data.xml

index a55dd35..61c03b2 100644 (file)
@@ -3,7 +3,7 @@
     <data>
         <record model="web.tip" id="quotation_tip_1">
             <field name="title"></field>
-            <field name="description"><![CDATA[<b>Click here to see the polished and professional proposal that is automatically created. The customer will be able to sign it online.</b>]]></field>
+            <field name="description"><![CDATA[Click here to see the polished and professional proposal that is automatically created. The customer will be able to sign it online.]]></field>
             <field name="model">sale.order</field>
             <field name="mode">form</field>
             <field name="trigger_selector">.oe_form_buttons_view:visible, header >.oe_button.oe_form_button:nth-child(3):not(.oe_form_invisible)</field>