From 43e25b336db0d9440e04c393c8f017edf53d8764 Mon Sep 17 00:00:00 2001 From: Goffin Simon Date: Tue, 19 Jul 2016 10:37:36 +0200 Subject: [PATCH] [FIX] account_voucher: unreconcile with deleted journal items Inspired from e2d16ea04a2ae98800086619ff5dc94dfa6eb5d3 When cancelling a voucher from a customer payment receipt, the voucher lines linked to the deleted account move lines have to be updated by clicking on button "unreconcile". opw:683258 --- addons/account_voucher/voucher_payment_receipt_view.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/addons/account_voucher/voucher_payment_receipt_view.xml b/addons/account_voucher/voucher_payment_receipt_view.xml index f70f47c54ef..fd4733bce90 100644 --- a/addons/account_voucher/voucher_payment_receipt_view.xml +++ b/addons/account_voucher/voucher_payment_receipt_view.xml @@ -352,10 +352,11 @@