~vauxoo/addons-vauxoo/7.0_test_hr_expense_dev_jorge

« back to all changes in this revision

Viewing changes to bank_iva_report/report/report_voucher_amount.py

  • Committer: Javier Duran
  • Author(s): javier at vauxoo
  • Date: 2012-01-21 21:32:53 UTC
  • Revision ID: javier@squezee-vir-20120121213253-cgu6sc6igtyj3vo0
[ADD] se agrega el modulo bank_print_report

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
report_sxw.report_sxw(
165
165
    'report.cash_amount.iva',
166
166
    'voucher.pay.support',
167
 
    'addons/bank_management/check/report/report_voucher_amount.rml',
 
167
    'addons/bank_iva_report/check/report/report_voucher_amount.rml',
168
168
    parser=report_voucher_amount,header=False
169
169
)