Переглянути джерело

Módulo para ticket de ferreteria en factura de ventas

SEBAS 1 тиждень тому
батько
коміт
ab497968ed
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      report/report_ticket_template.xml

+ 3 - 3
report/report_ticket_template.xml

@@ -2,8 +2,8 @@
 <openerp>
   <data>
     <template id="report_ticket_ferreteria">
-      <t t-call="report.external_layout">
-        <div class="page" style="width: 70mm; font-size: 11px; font-family: monospace; margin-top: 2px;">
+      <t t-set="layout" t-value="None"/>
+        <div class="page" style="margin: 0mm; padding-top: 2mm; width: 78mm; font-size: 12px; font-family: monospace;">
           <t t-foreach="docs" t-as="doc">
             <div style="text-align: center;">
               <strong><t t-esc="doc.company_id.name"/></strong><br/>
@@ -46,7 +46,7 @@
             <div style="text-align: center;">
               Gracias por su compra
             </div>
-          </t>
+
         </div>
       </t>
     </template>