فهرست منبع

[FIX]ajuste de grafico

deisy 6 سال پیش
والد
کامیت
95d484a292
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      static/src/reports/report_crm.xml

+ 8 - 8
static/src/reports/report_crm.xml

@@ -76,13 +76,13 @@
         <div id="toolbar">
           <button class="oe_button oe_form_button myButton" value="pdf">Imprimir Informe</button>
         </div>
-        <div class="container">
+        <div class="container" style="width:100%">
           <table id="table"
             data-pagination="true"
             data-toggle="table"
             data-toolbar="#toolbar"
             data-show-columns="true"
-            data-classes="table table-condensed  table-no-bordered"
+            data-classes="table table-condensed table-no-bordered"
             data-row-style="rowStyle"
             data-search="true"
             data-show-export="true"
@@ -97,12 +97,12 @@
             data-undefined-text=" ">
             <thead style="background:none;">
               <tr>
-                <th data-field="create_date" data-sortable="true">Fecha Creación</th>
-                <th data-field="name" data-sortable="true">Asunto</th>
-                <th data-field="description">Descripcion</th>
-                <th data-field="partner" data-sortable="true">Cliente</th>
-                <th data-field="stage" data-sortable="true">Etapa</th>
-                <th data-field="user" data-sortable="true">Responsable</th>
+                <th data-field="create_date" data-sortable="true" data-align="center">Fecha Creación</th>
+                <th data-field="name" data-sortable="true" data-align="left">Asunto</th>
+                <th data-field="description" data-align="left">Descripcion</th>
+                <th data-field="partner" data-sortable="true" data-align="left">Cliente</th>
+                <th data-field="stage" data-sortable="true" data-align="center">Etapa</th>
+                <th data-field="user" data-sortable="true" data-align="left">Responsable</th>
                 <th data-field="date_last_stage_update" data-sortable="true" data-align="center">Fecha Cambio Etapa</th>
                 <th data-field="write_date" data-sortable="true" data-align="center">Fecha Modificado</th>
               </tr>