Skip to content

Commit 064ceb0

Browse files
committed
[FIX] l10n_it_delivery_note: Update delivery note filter to include additional states
1 parent 36450d0 commit 064ceb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

l10n_it_delivery_note/views/stock_picking.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
<filter
382382
string="Validated DN"
383383
name="validated_delivery_note"
384-
domain="[('delivery_note_state', '=', 'confirm')]"
384+
domain="[('delivery_note_state', 'in', ['confirm', 'invoiced', 'done'])]"
385385
/>
386386
<field name="dn_supplier_number" />
387387
</xpath>

0 commit comments

Comments
 (0)