From f3b3776128dcaf0d1ebd8ae9dbf3a1d639595df7 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Fri, 7 Nov 2014 17:39:57 +0100 Subject: [PATCH] [FIX] account: recompute date_due Add on_change to recompute the due date when the invoice date is modified (it was only done when modified the partner_id field Fixes #3413 --- addons/account/account_invoice_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index 79c6a7fca45..f081b7f0c26 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -178,7 +178,7 @@ - + @@ -327,7 +327,7 @@ - +