~dmesoluciones/+junk/account_voucher_email

« back to all changes in this revision

Viewing changes to data/email_template.xml

  • Committer: Jorge Medina
  • Date: 2019-01-07 21:41:47 UTC
  • Revision ID: jorge.medina@dmesoluciones.com-20190107214147-ci9kz88523pfpay1
CLABE

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
            <td>Cuenta:</td>
38
38
            <td><b>${object.journal_id.name.split('-')[2] or ''}</b></td>
39
39
        </tr>
 
40
        <tr>
 
41
            <td>CLABE:</td>
 
42
            <td><b>${object.journal_id.name.split('-')[4] or ''}</b></td>
 
43
        </tr>
40
44
        % if 'transferencia' not in object.payment_type_id.name.lower():
41
45
        <tr>
42
46
            <td>No.Cheque:</td>
43
47
            <td><b>${object.number.split('/')[2] or ''}</b></td>
44
48
        </tr>
45
 
        % else:
46
 
        <tr>
47
 
            <td>CLABE:</td>
48
 
            <td><b>${object.journal_id.name.split('-')[4] or ''}</b></td>
49
 
        </tr>
50
49
        % endif
51
50
    </table>
52
51
</div>