Skip to content
Snippets Groups Projects
Commit 951b2257 authored by Adrien Widart (awt)'s avatar Adrien Widart (awt)
Browse files

[FIX] stock: add type field to kanban view


[1] has removed the field `type` from the kanban view and this could
break some xpath in other modules

[1] 322a89e1

closes odoo/odoo#108697

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent ad561c15
Branches
Tags
No related merge requests found
......@@ -152,6 +152,7 @@
<field name="inherit_id" ref="product.product_template_kanban_view"/>
<field name="arch" type="xml">
<xpath expr="//kanban" position="inside">
<field name="type"/>
<field name="show_on_hand_qty_status_button"/>
</xpath>
<xpath expr="//div[@name='product_lst_price']" position="after">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment