Migrate to 4.0

This commit refs #1277
This commit is contained in:
Sergio Morillo 2016-08-25 13:03:50 +02:00
parent d291b529b1
commit 64de53914f
2 changed files with 13 additions and 0 deletions

View File

@ -8,5 +8,10 @@ this repository contains the full copyright notices and license terms. -->
<field name="name">unit_load_form</field>
<field name="inherit" ref="stock_unit_load.unit_load_view_form"/>
</record>
<record model="ir.ui.view" id="unit_load_view_tree">
<field name="model">stock.unit_load</field>
<field name="name">unit_load_tree</field>
<field name="inherit" ref="stock_unit_load.unit_load_view_tree"/>
</record>
</data>
</tryton>

8
view/unit_load_tree.xml Normal file
View File

@ -0,0 +1,8 @@
<?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" position="inside">
<field name="location_combined" tree_invisible="1"/>
</xpath>
</data>