[IMP] mail.thread: correctly manages the 'sent only to me' email feeds preference
[odoo/odoo.git] / addons / import_sugarcrm / wizard / import_message_view.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4
5     <!-- Import Message Form View -->
6         <record model="ir.ui.view" id="view_import_message_form">
7             <field name="name">import.message.form</field>
8             <field name="model">import.message</field>
9             <field name="type">form</field>
10             <field name="arch" type="xml">
11                 <form string="Import Message">
12                    <label colspan="4" nolabel="1" string="Data are importing, the process is running in the background, an email will be sent to the given email address if it was defined."/> 
13                    <separator string="" colspan="4" />
14                    <button  icon="gtk-ok" special="cancel" string="_Ok"/>
15                 </form>
16             </field>
17         </record>
18         
19     </data>
20 </openerp>