Skip to content

Commit

Permalink
[FIX] sale_elaboration: Fix report call
Browse files Browse the repository at this point in the history
  • Loading branch information
Shide committed Jun 5, 2024
1 parent 6ffa262 commit e55bc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_elaboration/reports/report_deliveryslip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
>
<xpath expr="//span[@t-field='move_line.product_id']" position="after">
<t
t-if="move.picking_code != 'incoming'"
t-if="move_line.picking_code != 'incoming'"
t-call="sale_elaboration.elaboration_notes"
>
<t t-set="record" t-value="move" />
<t t-set="record" t-value="move_line.move_id" />
</t>
</xpath>
</template>
Expand Down

0 comments on commit e55bc21

Please sign in to comment.