Skip to content
Snippets Groups Projects
Commit d8604bb1 authored by Sylvain LE GAL's avatar Sylvain LE GAL
Browse files

[FIX] stock: display menu action "Moves"


closes odoo/odoo#72646

Signed-off-by: default avatarArnold Moyaux <amoyaux@users.noreply.github.com>
parent 45bd961c
No related branches found
No related tags found
No related merge requests found
......@@ -380,6 +380,8 @@
<record id="act_product_stock_move_open" model="ir.actions.act_window">
<field name="context">{'search_default_product_id': active_id, 'default_product_id': active_id}</field>
<field name="name">Moves</field>
<field name="binding_model_id" ref="product.model_product_product"/>
<field name="src_model">product.product</field>
<field name="res_model">stock.move</field>
<field name="view_id" ref="stock.view_move_tree"/>
</record>
......
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