[FIX] mail: view_mode "list" does not exists, it's "tree"
authorChristophe Simonis <christophe@kn.gl>
Sun, 1 Jun 2014 09:17:09 +0000 (11:17 +0200)
committerChristophe Simonis <christophe@kn.gl>
Sun, 1 Jun 2014 09:17:09 +0000 (11:17 +0200)
addons/mail/mail_message_view.xml

index 81b47db..6c15114 100644 (file)
             </field>
         </record>
         <record id="base.action_attachment" model="ir.actions.act_window">
-            <field name="view_mode">kanban,list,form</field>
+            <field name="view_mode">kanban,tree,form</field>
         </record>