From e3d8bac6e68999366bcc1950f49c96712a643cd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi?= <remi@le-filament.com>
Date: Fri, 21 Jun 2019 15:20:28 +0000
Subject: [PATCH] Print Beneficiaire instead of Client direct

---
 report/report_account.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/report/report_account.xml b/report/report_account.xml
index a8e585e..e763b62 100644
--- a/report/report_account.xml
+++ b/report/report_account.xml
@@ -4,7 +4,7 @@
         <xpath expr="//div[@class='page']" position="before">
             <t t-if="o.beneficiaire_id">
                 <div name="information_block" class="col-6 mb32">
-                    <strong>Client direct:</strong><br/>
+                    <strong>B�n�ficiaire de la prestation :</strong><br/>
                     <t t-if="o.beneficiaire_id.name"><span class="bene-name" t-field="o.beneficiaire_id.name"/></t><br/>
                 </div>
             </t>
@@ -17,10 +17,10 @@
                         <t t-set="colspan" t-value="6"/>
                         <th class="text-left"><span>Description</span></th>
                         <th class="d-none text-left"><span>Document source</span></th>
-                        <th class="text-right"><span>Quantité</span></th>
+                        <th class="text-right"><span>Quantit�</span></th>
                         <th t-attf-class="text-right {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}"><span>Prix unitaire HT</span></th>
                         <th t-if="display_discount" t-attf-class="text-right {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}">
-                            <span>Réduc.(%)</span>
+                            <span>R�duc.(%)</span>
                             <t t-set="colspan" t-value="colspan+1"/>
                         </th>
                         <th t-attf-class="text-left {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}"><span>Taxes</span></th>
-- 
GitLab