Skip to content

Commit

Permalink
[FIX] l10n_it_delivery_note: 'account.move' object has no attribute '…
Browse files Browse the repository at this point in the history
…_onchange_invoice_date'
  • Loading branch information
Borruso committed Sep 12, 2024
1 parent 95a745b commit 83de305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l10n_it_delivery_note/wizard/delivery_note_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ def create_invoices(self):
delivery_note_ids.action_invoice(self.invoice_method)
for invoice in delivery_note_ids.mapped("invoice_ids"):
invoice.invoice_date = self.invoice_date
invoice._onchange_invoice_date()
return True

0 comments on commit 83de305

Please sign in to comment.