Browse Source

impresion de pagare y nota de presupuesto crifin agregar monto cuota

Sebas 6 năm trước cách đây
mục cha
commit
4df75d5eb8
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      orden_de_pago.xml

+ 8 - 0
orden_de_pago.xml

@@ -203,6 +203,14 @@
                                                 <strong>Monto cuota:</strong>
                                                 <p t-esc="'{0:,.0f}'.format(l.value_amount)"/>
                                             </t>
+                                            <t t-if="l.months==1">
+                                                <strong>Monto cuota:</strong>
+                                                <p t-esc="'{0:,.0f}'.format(l.value_amount)"/>
+                                            </t>
+                                            <t t-if="l.weeks==1">
+                                                <strong>Monto cuota:</strong>
+                                                <p t-esc="'{0:,.0f}'.format(l.value_amount)"/>
+                                            </t>
                                     </tr>
 
                                 </div>