Remove images field from list view.

This commit is contained in:
Albert Cervera i Areny 2015-06-22 16:15:58 +02:00
parent ab00a429b1
commit 071c3a074c
2 changed files with 0 additions and 14 deletions

View File

@ -22,11 +22,5 @@
<field name="inherit" ref="product.template_view_form"/>
<field name="name">product_form</field>
</record>
<record model="ir.ui.view" id="product_view_list">
<field name="model">product.template</field>
<field name="inherit" ref="product.template_view_tree"/>
<field name="name">product_list</field>
</record>
</data>
</tryton>

View File

@ -1,8 +0,0 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='default_uom']" position="after">
<field name="images"/>
</xpath>
</data>