~npg-team/openerp-usa/7.0

« back to all changes in this revision

Viewing changes to npg_account_make_deposit/deposit_ticket_report.xml

  • Committer: npgllc
  • Date: 2012-12-21 22:01:52 UTC
  • Revision ID: npgllc-20121221220152-3rh5uqd6mbox2z8l
Added modules npg_account_make_deposit, npg_bank_account_reconciliation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
        <report id="report_deposit_ticket"
 
6
                model="deposit.ticket"
 
7
                auto="False"
 
8
                                name="deposit.ticket"
 
9
                file="npg_account_make_deposit/report/deposit_ticket.mako"
 
10
                string="Internal Deposit Ticket"
 
11
                report_type="webkit" />
 
12
 
 
13
    </data>
 
14
</openerp>