Skip to content
Snippets Groups Projects
Commit 92331adf authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[FIX] use move_line expiration date iso lot_id one

parent 4576bef8
No related branches found
No related tags found
No related merge requests found
...@@ -63,5 +63,13 @@ ...@@ -63,5 +63,13 @@
</template> </template>
<!-- Inheritance from product_expiry -->
<template id="fumoc_sale_stock_report_delivery_has_serial_move_line_inherit_product_expiry" inherit_id="product_expiry.stock_report_delivery_has_serial_move_line_inherit_product_expiry">
<xpath expr="//t[@t-if='has_expiry_date']" position="replace">
<t t-if="has_expiry_date">
<td><span t-field="move_line.expiration_date" t-options='{"widget": "date"}'/></td>
</t>
</xpath>
</template>
</odoo> </odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment