Add domain (parent is none) in act lots by locations

#038738
This commit is contained in:
Raimon Esteve 2019-10-07 12:57:26 +02:00
parent 9cb2d3b9fb
commit 91c14273b8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.action.act_window" id="act_lots_by_locations">
<field name="name">Lot by Locations</field>
<field name="res_model">stock.location</field>
<field name="domain" eval="[('parent', '=', None)]" pyson="1"/>
<field name="context_model">stock.lots_by_location.context</field>
</record>
<record model="ir.action.act_window.view" id="act_lots_by_locations_tree_view">