From a175c199ba74a71064cf19f4ab56901bc2d8faa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 14 Aug 2024 12:06:06 +0200 Subject: [PATCH] [IMP] account_payment_order: make reference_type modifiable on posted invoice The Odoo payment_reference field is modifiable, so the reference type should be modifiable too. --- account_payment_order/views/account_invoice_view.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/account_payment_order/views/account_invoice_view.xml b/account_payment_order/views/account_invoice_view.xml index a9ceaf6ea705..57b137c8b903 100644 --- a/account_payment_order/views/account_invoice_view.xml +++ b/account_payment_order/views/account_invoice_view.xml @@ -61,8 +61,7 @@