Skip to content
Snippets Groups Projects
Commit 369b6aae authored by Josse Colpaert's avatar Josse Colpaert
Browse files

[FIX] l10n_it_stock_ddt: the date should be the date done and not the created


opw-3266332

closes odoo/odoo#126991

X-original-commit: 04040957
Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
parent da02169d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<t t-foreach="ddt_dict" t-as="picking">
<DatiDDT>
<NumeroDDT t-esc="format_alphanumeric(picking.l10n_it_ddt_number[-20:])"/>
<DataDDT t-esc="format_date(picking.date)"/>
<DataDDT t-esc="format_date(picking.date_done)"/>
<t t-if="len(ddt_dict) > 1">
<t t-foreach="ddt_dict[picking]" t-as="line_ref">
<RiferimentoNumeroLinea t-esc="line_ref"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment