From 53bc88a27f1be6d50f37c9460ac1e6dc24829745 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Mon, 7 Sep 2026 20:57:54 +0200 Subject: [PATCH] [FIX] account_invoice_margin: hide margin fields in 'in' invoices / refund form view. Rational: for the time being, margin fields are hidden in the invoice_line_ids tree view (of the invoice form view), but not in the form view. Also total margin and margin percent display in 'in' invoices. This PR harmonizes the display. --- account_invoice_margin/views/account_invoice_margin_view.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/account_invoice_margin/views/account_invoice_margin_view.xml b/account_invoice_margin/views/account_invoice_margin_view.xml index 66bc6520..f484759c 100644 --- a/account_invoice_margin/views/account_invoice_margin_view.xml +++ b/account_invoice_margin/views/account_invoice_margin_view.xml @@ -38,24 +38,29 @@