This commit is contained in:
2026-04-28 11:13:30 +02:00
parent 2e276e2b1f
commit 98893647f6

View File

@@ -517,7 +517,7 @@ class Invoice(Workflow, ModelSQL, ModelView, TaxableMixin, InvoiceReportMixin):
@fields.depends( @fields.depends(
'selection_rate', 'rate_date', 'currency', 'company', 'invoice_date', 'selection_rate', 'rate_date', 'currency', 'company', 'invoice_date',
'lines', 'lines.lot', 'lines.amount') 'lines')
def on_change_with_rate(self, name=None): def on_change_with_rate(self, name=None):
return self.get_selected_rate() return self.get_selected_rate()