Browse Source

Modifcar presupuesto gavilan

SEBAS 8 months ago
parent
commit
aa5f2d2680
1 changed files with 2 additions and 1 deletions
  1. 2 1
      presupuesto_venta_gavilan.xml

+ 2 - 1
presupuesto_venta_gavilan.xml

@@ -29,6 +29,7 @@
 
 
 
 
    <template id="report_presupuesto_gavilan">
    <template id="report_presupuesto_gavilan">
+     <t t-call="report.html_container">
         <t t-call="report.external_layout">
         <t t-call="report.external_layout">
             <div class="page">
             <div class="page">
                 <style type="text/css">
                 <style type="text/css">
@@ -362,7 +363,6 @@
 
 
                         <div class="divisoria"> </div>
                         <div class="divisoria"> </div>
 
 
-                        <p t-field="o.note"/>
                         <p t-if="o.payment_term.note">
                         <p t-if="o.payment_term.note">
                             <strong>Condición de Pago:</strong>
                             <strong>Condición de Pago:</strong>
                             <span t-field="o.payment_term"/>
                             <span t-field="o.payment_term"/>
@@ -391,6 +391,7 @@
                 </t>
                 </t>
             </div>
             </div>
         </t>
         </t>
+      </t>
     </template>
     </template>
 </data>
 </data>
 </openerp>
 </openerp>