Skip to content
Snippets Groups Projects
Commit 5d324a7d authored by Sergi Almacellas Abellana's avatar Sergi Almacellas Abellana
Browse files

Use simplified view for moves list on shipments

issue9459
review290501002
parent 2acf4718
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,11 @@
<field name="inherit" ref="stock.move_view_list_shipment_in"/>
<field name="name">stock_move_tree</field>
</record>
<record model="ir.ui.view" id="move_view_list_shipment">
<field name="model">stock.move</field>
<field name="inherit" ref="stock.move_view_list_shipment"/>
<field name="name">stock_move_tree</field>
</record>
</data>
</tryton>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment