[FIX] stock: missing default filter for quants menu

Most (if not every) other ways to open a list of quants has default filters to
include only internal locations.

Closes #7501
This commit is contained in:
Lionel Sausin 2015-07-07 16:06:57 +02:00 committed by Nicolas Martinelli
parent 669948569b
commit 7fb37b3e89
1 changed files with 1 additions and 0 deletions

View File

@ -1652,6 +1652,7 @@
<field name="res_model">stock.quant</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form,graph</field>
<field name="context">{'search_default_internal_loc': 1}</field>
<field name="help">This analysis gives you a fast overview on the current stock level of your products and their today's inventory value.</field>
</record>