From 8b8e6ceff9b0cecdec4c18a3d3176d006644270f 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: Apply readonly=True to Payment Date field of transactions Transactions (payment_line_ids) are readonly=True when the payment order is confirmed --- account_payment_order/views/account_payment_line.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_payment_order/views/account_payment_line.xml b/account_payment_order/views/account_payment_line.xml index 38f5160a0..c5a54c326 100644 --- a/account_payment_order/views/account_payment_line.xml +++ b/account_payment_order/views/account_payment_line.xml @@ -19,7 +19,7 @@ domain="[('reconciled','=', False), ('account_id.reconcile', '=', True)] " /> - +