Remove repeated type field in location's list view

This commit is contained in:
Guillem Barba 2015-01-23 13:04:35 +01:00
parent 2dffcd2b3d
commit ff1a8c8f69
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
* Remove repeated type field in location's list view
Version 3.4.1 - 2015-01-22
* Add 'type' in on_change_with_warehouse depends

View File

@ -3,7 +3,6 @@
copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='type']" position="after">
<field name="type"/>
<field name="warehouse"/>
</xpath>
</data>