Skip to content
Snippets Groups Projects
Commit a783d7b1 authored by JF Aubert's avatar JF Aubert
Browse files

[FIX] stock: fix inventory report


This commit addresses a screen refresh problem.

closes odoo/odoo#98788

Task: 2961768
Signed-off-by: default avatarArnold Moyaux (arm) <arm@odoo.com>
parent 7fa5965d
No related branches found
No related tags found
No related merge requests found
......@@ -174,8 +174,9 @@
</record>
<record model="ir.actions.act_window" id="dashboard_open_quants"> <!-- Used in dashboard -->
<field name="name">Update Quantity</field>
<field name="context">{'search_default_internal_loc': 1, 'search_default_productgroup':1, 'search_default_locationgroup':1}</field>
<field name="context">{'search_default_internal_loc': 1, 'search_default_productgroup':1, 'search_default_locationgroup':1, 'inventory_mode':True}</field>
<field name="res_model">stock.quant</field>
<field name="view_id" ref="view_stock_quant_tree_editable"/>
</record>
<record model="ir.actions.act_window" id="location_open_quants"> <!-- Used in location -->
<field name="context">{'search_default_productgroup': 1}</field>
......
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