From d409e2db78e17ea2521acc771917cd6fe3cc81c1 Mon Sep 17 00:00:00 2001
From: benjamin <benjamin@le-filament.com>
Date: Wed, 18 Dec 2024 15:23:42 +0100
Subject: [PATCH] [UPD] raison sociale to denomination sociale

---
 templates/dossier_direccte_report_fiche_signaletique.xml | 2 +-
 templates/dossier_direccte_report_questionnaire.xml      | 6 +++---
 views/scop_liste_ministere.xml                           | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/dossier_direccte_report_fiche_signaletique.xml b/templates/dossier_direccte_report_fiche_signaletique.xml
index e8892d2..07c73e9 100644
--- a/templates/dossier_direccte_report_fiche_signaletique.xml
+++ b/templates/dossier_direccte_report_fiche_signaletique.xml
@@ -17,7 +17,7 @@
                         </t>
                     </div>
                     <div class="col-3" style="text-align: right;">
-                        <span style="font-weight: 600;"> Raison sociale : </span>
+                        <span style="font-weight: 600;"> Dénomination sociale : </span>
                         <br />
                         <span>Adresse du siège social :</span>
                     </div>
diff --git a/templates/dossier_direccte_report_questionnaire.xml b/templates/dossier_direccte_report_questionnaire.xml
index 1930ca3..5b51302 100644
--- a/templates/dossier_direccte_report_questionnaire.xml
+++ b/templates/dossier_direccte_report_questionnaire.xml
@@ -276,7 +276,7 @@
                                 /></strong><br />
                         </t>
                         <t t-else="">
-                            Raison Sociale : <strong><span
+                            Dénomination Sociale : <strong><span
                                     t-field="o.associe_maj_nom"
                                 /></strong><br />
                             SIRET : <strong><span
@@ -334,7 +334,7 @@
                             </t>
                             <t t-if="o.assoc_non_employes_morales_ids">
                                 <tr class="text-center bgg">
-                                    <th colspan="2">Raison sociale</th>
+                                    <th colspan="2">Dénomination sociale</th>
                                     <th>Adresse</th>
                                     <th>Nb parts</th>
                                     <th>Nb voix</th>
@@ -374,7 +374,7 @@
                     <table class="table table-condensed table-bordered table-sm">
                         <thead>
                             <tr class="text-center bgg">
-                                <th>Raison sociale</th>
+                                <th>Dénomination sociale</th>
                                 <th>Montant</th>
                                 <th>Coopérative (hors SCOP)</th>
                                 <th>SCOP</th>
diff --git a/views/scop_liste_ministere.xml b/views/scop_liste_ministere.xml
index 6e11f14..6b04863 100644
--- a/views/scop_liste_ministere.xml
+++ b/views/scop_liste_ministere.xml
@@ -405,7 +405,7 @@
                                     default_focus="1"
                                     required="1"
                                     readonly="1"
-                                    placeholder="Raison Sociale"
+                                    placeholder="Dénomination Sociale"
                                     options="{'no_create': 1, 'no_edit': 1}"
                                 />
                             </h1>
-- 
GitLab