Small usability improvements

This commit is contained in:
Alexis de Lattre
2017-01-12 23:42:52 +01:00
parent fcba3e4129
commit 895a92393c
3 changed files with 53 additions and 10 deletions

View File

@@ -245,6 +245,17 @@ should be able to access it. So I add a menu entry under Inventory Control. -->
groups="stock.group_stock_multi_locations"
sequence="50"/>
<record id="stock_location_route_view_search" model="ir.ui.view">
<field name="name">usability.stock.location.route.search</field>
<field name="model">stock.location.route</field>
<field name="inherit_id" ref="stock.stock_location_route_view_search"/>
<field name="arch" type="xml">
<filter name="inactive" position="before">
<field name="name"/>
</filter>
</field>
</record>
<record id="view_stock_quant_tree" model="ir.ui.view">
<field name="name">stock.usability.quant.tree</field>
<field name="model">stock.quant</field>