Skip to content

Commit

Permalink
[FIX] product_stock_by_location: Changes the position for a change in…
Browse files Browse the repository at this point in the history
… odoo
  • Loading branch information
nicomacr committed Dec 29, 2022
1 parent 609c98a commit 6b00d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_stock_by_location/views/product_views.xml
Expand Up @@ -18,7 +18,7 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="stock.product_template_kanban_stock_view"/>
<field name="arch" type="xml">
<div t-if="record.type.raw_value == 'product'" position="after">
<div t-if="record.show_on_hand_qty_status_button.raw_value" position="after">
<div t-if="record.type.raw_value == 'product'">Forecasted: <field name="virtual_available"/> <field name="uom_id"/></div>
<div t-if="record.type.raw_value == 'product'">
<a type="object" name="view_stock_detail" string="View Stock Detail">
Expand Down

0 comments on commit 6b00d2f

Please sign in to comment.