[FIX] mail: view_mode "list" does not exists, it's "tree"

This commit is contained in:
Christophe Simonis 2014-06-01 11:17:09 +02:00
parent 36f9af78aa
commit c319dc40e7
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
</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>