Skip to content
Snippets Groups Projects
Commit 17ac11d5 authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

[FIX] stock: add operation in mobile view


Since it is possible to create an operation in the regular list view, it
should also be possible to do it in the kanban mobile view.

opw-1963527

closes odoo/odoo#32907

Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent 77c708c5
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@
<field name="model">stock.move</field>
<field name="priority">10</field>
<field name="arch" type="xml">
<kanban class="o_kanban_mobile" create="0">
<kanban class="o_kanban_mobile">
<field name="product_id"/>
<field name="show_details_visible"/>
<field name="product_uom_qty"/>
......
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