~inddiana/diana-addons/trunk-2

« back to all changes in this revision

Viewing changes to notas_de_credito/wizard/nota_credito_1_x_100_wizard.py

  • Committer: Aristóbulo Meneses
  • Date: 2013-04-26 16:48:18 UTC
  • mfrom: (11.1.3 diana_addons)
  • Revision ID: aristobulo@gmail.com-20130426164818-tu52f7fbcwhrep5t

[IMP] Se renombra el menu para facilitar 
la lectura.
[IMP] Se incluye el origen la cadena
'- DESCUENTO FINANCIERO' en la factura
rectificativa.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
        inv = {
68
68
            'name': 'RECTIFICA A ' + cabecera.number + ' DESCONTANDO EL ' + str(descuento) + '%',
69
 
            'origin': cabecera.origin,
 
69
            'origin': cabecera.origin + ' - DESCUENTO FINANCIERO',
70
70
            'type': 'out_refund',
71
71
            'reference': cabecera.number,
72
72
            'account_id': a,