Skip to content

Commit

Permalink
[IMP] stock_product_qty_by_packaging: detailed_operation_tree view
Browse files Browse the repository at this point in the history
Add product_qty_by_packaging_display field to view_stock_move_line_detailed_operation_tree view
  • Loading branch information
Ricardoalso committed Nov 26, 2024
1 parent 2d69783 commit 35a765d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions stock_product_qty_by_packaging/views/stock_picking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,17 @@
</xpath>
</field>
</record>

<record id="view_stock_move_line_detailed_operation_tree" model="ir.ui.view">
<field name="model">stock.move.line</field>
<field
name="inherit_id"
ref="stock.view_stock_move_line_detailed_operation_tree"
/>
<field name="arch" type="xml">
<xpath expr="//field[@name='product_uom_id']" position="after">
<field name="product_qty_by_packaging_display" />
</xpath>
</field>
</record>
</odoo>

0 comments on commit 35a765d

Please sign in to comment.