Print Remark on delivery-slip
parent
5ebfdf5309
commit
f1238ff810
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue