[IMP] crm*: update crm modules to new mail module (wip)
[odoo/odoo.git] / addons / crm_fundraising / crm_fundraising_view.xml
index aa154e8..2c962e4 100644 (file)
                             <field name="message_ids" colspan="4" nolabel="1" mode="tree,form">
                                 <tree string="History">
                                     <field name="display_text" string="History Information"/>
-                                    <field name="history" invisible="1"/>
                                            <button
-                                               string="Reply" attrs="{'invisible': [('history', '!=', True)]}"
+                                               string="Reply" attrs="{'invisible': [('email_from', '=', False)]}"
                                                name="%(mail.action_email_compose_message_wizard)d"
                                                context="{'mail':'reply', 'message_id':active_id}"
                                                icon="terp-mail-replied" type="action" />
                                         <field name="email_to" widget="char" size="512"/>
                                         <field name="email_cc" widget="char" size="512"/>
                                         <field name="subject" colspan="4" widget="char" size="512"/>
-                                        <field name="history" invisible="1"/>
                                     </group>
                                     <notebook colspan="4">
                                         <page string="Details">
-                                            <group attrs="{'invisible': [('history', '!=', True)]}">
-                                                <field name="body" colspan="4" nolabel="1" height="250"/>
+                                            <group attrs="{'invisible': [('email_from', '=', False)]}">
+                                                <field name="body_text" colspan="4" nolabel="1" height="250"/>
                                                        <button colspan="4" string="Reply"
                                                            name="%(mail.action_email_compose_message_wizard)d"
                                                            context="{'mail':'reply', 'message_id':active_id}"
                                                            icon="terp-mail-replied" type="action"/>
                                             </group>
-                                            <group attrs="{'invisible': [('history', '=', True)]}">
+                                            <group attrs="{'invisible': [('email_from', '!=', False)]}">
                                                 <field name="display_text" colspan="4" nolabel="1"  height="250"/>
                                             </group>
                                         </page>