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 21696272ef
commit 2b0466c0e2

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">