Skip to content

Commit

Permalink
[FIX] stock_move_packaging_qty: Replace ml with move_line
Browse files Browse the repository at this point in the history
@moduon MT-5825
  • Loading branch information
EmilioPascual committed Apr 19, 2024
1 parent 2857fc6 commit 47c8603
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stock_move_packaging_qty/views/report_stock_picking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,13 @@
>
<xpath expr="//td[@name='move_line_lot_qty_done']">
<div
t-if="ml.product_packaging_id"
t-if="move_line.product_packaging_id"
class="text-secondary"
groups="product.group_stock_packaging"
>
<span t-field="ml.product_packaging_id" />:
<span t-field="ml.product_packaging_qty_done" />
<span t-field="move_line.product_packaging_id" />: <span
t-field="move_line.product_packaging_qty_done"
/>
</div>
</xpath>
</template>
Expand Down

0 comments on commit 47c8603

Please sign in to comment.