From 8409f7c640b02717755b3a17568e5d59cf5ec840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 19 Jun 2024 09:14:15 +0200 Subject: [PATCH] [FIX] 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/account_payment_order/views/account_payment_line.xml b/account_payment_order/views/account_payment_line.xml index aaefd6ff1..f6ad2b7ed 100644 --- a/account_payment_order/views/account_payment_line.xml +++ b/account_payment_order/views/account_payment_line.xml @@ -18,11 +18,7 @@ /> - +