Skip to content

Commit

Permalink
Merge PR OCA#4253 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by tafaRU
  • Loading branch information
OCA-git-bot committed Jul 12, 2024
2 parents 79f19bb + 5fd539a commit 297c62d
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 297c62d

Please sign in to comment.