[FIX] ir.attachment mess, restore list view

This commit is contained in:
Antony Lesuisse 2014-05-29 15:02:27 +02:00
parent 09dd6e3da6
commit 130c889348
2 changed files with 4 additions and 2 deletions

View File

@ -115,7 +115,7 @@
</field>
</record>
<record id="base.action_attachment" model="ir.actions.act_window">
<field name="view_mode">kanban,form</field>
<field name="view_mode">kanban,list,form</field>
</record>

View File

@ -45,7 +45,9 @@
<tree string="Attachments">
<field name="name"/>
<field name="datas_fname"/>
<field name="type" invisible="1"/>
<field name="res_model"/>
<field name="res_id"/>
<field name="type"/>
<field name="company_id" groups="base.group_multi_company"/>
<field name="create_uid"/>
<field name="create_date"/>