[IMP] quotation: added onboarding tips
[odoo/odoo.git] / addons / website_quote / data / quotation_tip_data.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data>
4         <record model="web.tip" id="quotation_tip_1">
5             <field name="title"></field>
6             <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>
7             <field name="model">sale.order</field>
8             <field name="mode">form</field>
9             <field name="trigger_selector">.oe_form_buttons_view:visible, header >.oe_button.oe_form_button:nth-child(3):not(.oe_form_invisible)</field>
10             <field name="highlight_selector">header >.oe_button.oe_form_button:nth-child(3):not(.oe_form_invisible)</field>
11             <field name="placement">bottom</field>
12         </record>
13     </data>
14 </openerp>