Skip to content

Commit

Permalink
Merge PR #3845 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by aleuffre
  • Loading branch information
OCA-git-bot committed Jan 12, 2024
2 parents 922596d + 26ada05 commit 7d37650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_delivery_note/models/stock_delivery_note_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _prepare_detail_lines(self, moves):
"move_id": move.id,
"name": name,
"product_id": move.product_id.id,
"product_qty": move.product_uom_qty,
"product_qty": move.quantity_done,
"product_uom_id": move.product_uom.id,
}

Expand Down

0 comments on commit 7d37650

Please sign in to comment.