浏览代码

Retocar impresión de pago agregar ruc

SEBAS 1 年之前
父节点
当前提交
268000d18f
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 二进制
      __init__.pyc
  2. 6 2
      views/voucher_report.xml

二进制
__init__.pyc


+ 6 - 2
views/voucher_report.xml

@@ -18,7 +18,9 @@
                     <span t-if="o.type == 'payment'">Paid to:</span>
                     </strong>
                     <span t-field="o.partner_id"/> - Address:
-                     <span t-field="o.partner_id.contact_address"/></p>
+                     <span t-field="o.partner_id.contact_address"/> - R.U.C. Nº:
+										 <span t-field="o.partner_id.ruc"/>
+									   </p>
                 	</div>
 					<div class="col-xs-9">
                     <p><strong>
@@ -26,7 +28,9 @@
                     <span t-if="o.type == 'payment'">Paid by:</span>
                     </strong>
                     <span t-field="o.company_id"/> - Address:
-                     <span t-field="o.company_id.partner_id.contact_address"/></p>
+                     <span t-field="o.company_id.partner_id.contact_address"/> - R.U.C. Nº:
+										 <span t-field="o.company_id.vat"/>
+									 </p>
                 	</div>
         	    	<div class="col-xs-4">
                     <strong>Payment Date:</strong>