~slobodni-programi/addons-sp/61

« back to all changes in this revision

Viewing changes to account_storno_voucher/account_voucher_report.xml

  • Committer: Goran Kliska
  • Date: 2011-11-10 09:30:26 UTC
  • Revision ID: goran.kliska@slobodni-programi.hr-20111110093026-q4dqc6lmfoo60ngh
croatian VAT rules and postings on payment

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>
 
4
   <!--     <report id="report_account_voucher"
 
5
            string="Voucher"
 
6
            model="account.voucher"
 
7
            name="voucher.cash_receipt.drcr"
 
8
            rml="account_voucher/report/account_voucher.rml"
 
9
            groups="base.group_extended"
 
10
            auto="False"
 
11
            header = "False"
 
12
            menu="True"/> -->
 
13
 
 
14
        <report id="report_account_voucher_print"
 
15
            string="Voucher Print"
 
16
            model="account.voucher"
 
17
            name="voucher.print"
 
18
            rml="account_voucher/report/account_voucher_print.rml"
 
19
            auto="False"
 
20
            header = "False"
 
21
            menu="True"/>
 
22
    </data>
 
23
</openerp>