From cffe2f32d2304a4f549c8218b6999d64d8ca2cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Mon, 17 Jun 2024 16:47:17 +0200 Subject: [PATCH] [IMP] account_payment_order: Prevent Payment Date from being defined in transactions to avoid confusion. It is appropriate not to allow Payment Date to be defined in the transactions because the 'Confirm Payments' process will re-define --- account_payment_order/views/account_payment_line.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/account_payment_order/views/account_payment_line.xml b/account_payment_order/views/account_payment_line.xml index 1c2c72a06..6341f0b43 100644 --- a/account_payment_order/views/account_payment_line.xml +++ b/account_payment_order/views/account_payment_line.xml @@ -17,7 +17,12 @@ domain="[('reconciled','=', False), ('account_id.reconcile', '=', True)] " /> - + +