## Module l10n_it_delivery_note ## Describe the bug The report download action results in an error. (probably because qty_done doesn’t exist, should be using quantity) Results in error: AttributeError: 'stock.move.line' object has no attribute 'qty_done' lines 307-311 of the report <span t-field="lot_line.qty_done"/>. ## To Reproduce **Affected versions**: 18.0 Steps to reproduce the behavior: 1. Create a product with lots 2. Create a sales order/picking 3. Create a DDT for the picking 4. Attempt to download the DDT report **Expected behavior** Expect to download a PDF DDT report (Creation of the ddt is fine, report isn’t) **Additional context** iOS, macOS. Linux Ubuntu