From e2627a3148b2cf5a8a116503aba9c4c8f501e699 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@le-filament.com>
Date: Thu, 27 Mar 2025 18:38:24 +0100
Subject: [PATCH] [FIX] remove duplicate field and add contract number

---
 views/financial_contract_guarantee.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/financial_contract_guarantee.xml b/views/financial_contract_guarantee.xml
index 0a592ed..a65328e 100644
--- a/views/financial_contract_guarantee.xml
+++ b/views/financial_contract_guarantee.xml
@@ -8,6 +8,7 @@
         <field name="model">financial.contract.guarantee</field>
         <field name="arch" type="xml">
             <list multi_edit="1">
+                <field name="number" optional="show" />
                 <field name="currency_id" column_invisible="1" />
                 <field name="partner_id" />
                 <field name="state" />
@@ -22,7 +23,6 @@
                 <field name="fmg_amount" optional="show" />
                 <field name="social_share_amount" optional="show" />
                 <field name="is_counter_guarantee" optional="show" />
-                <field name="final_risk_guarantee" optional="show" />
                 <field name="company_id" optional="show" />
             </list>
         </field>
-- 
GitLab