Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <t t-if="doc.agreement_type_id.name == 'TÉRMINOS Y CONDICIONES'">
  2. <div class="my-1 text-left">
  3. <font class="text-beta" style="">ORDEN DE SERVICIO: </font><font style="color: rgb(0, 0, 0);"><t t-if="doc.sale_id.name"><span t-field="doc.sale_id.name"/></t><t t-else="">SRV-YYYY-MM-NNNN</t></font>
  4. </div>
  5. <br></br>
  6. <t t-if="doc.sale_id.require_signature">
  7. <div class="my-1 text-left">
  8. Firma por el Cliente:
  9. </div>
  10. </t>
  11. <t t-if="doc.sale_id.signature">
  12. <img t-attf-src="data:image/*;base64,{{doc.sale_id.signature}}" width="210px" height="60px"/>
  13. </t>
  14. <t t-else>
  15. <img t-attf-src="1f/1fc49859f6a9a0908ae91e87d549a21bb77b43a7" width="210px" height="60px"/>
  16. </t>
  17. </t>
  18.  
  19. <t t-else="doc.agreement_type_id.name == 'CONTRATO'">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement