Print Remark on delivery-slip

develop
Andreas Osim 2024-02-16 09:38:44 +01:00
parent 5ebfdf5309
commit f1238ff810
1 changed files with 5 additions and 0 deletions

View File

@ -295,6 +295,11 @@
<span t-esc="o._formatLang(move_line.qty_done).strip('0').strip(',').strip('.')"/>
<span t-field="move_line.product_uom_id"/>
</td>
<td class="text-right" t-if="move_line.lot_id.notes">
<t t-if="move_line.lot_id and move_line.lot_id.notes">
<span t-esc="move_line.lot_id.notes"/>
</t>
</td>
</tr>
</tbody>
</table>