~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to l10n_ch/bvr_report.xml

  • Committer: Jay vora
  • Date: 2008-06-09 08:43:58 UTC
  • Revision ID: jvo@tinyerp.com-c8b7029321d4f9d451745e462547a609739e1c2c

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="iso-8859-1"?>
2
 
<terp>
3
 
<data>
4
 
        <report
5
 
                id="account_invoice_bvr"
6
 
                string="BVR A4 Sheet"
7
 
                model="account.invoice"
8
 
                name="l10n_ch.bvr"
9
 
                rml="l10n_ch/report/bvr.rml"
10
 
                auto="False"
11
 
                menu="False"
12
 
        />
13
 
        <report
14
 
                id="invoice_bvr"
15
 
                string="Invoice with BVR"
16
 
                model="account.invoice"
17
 
                name="l10n_ch.invoice.bvr"
18
 
                rml="l10n_ch/report/invoice.rml"
19
 
                auto="False"
20
 
                menu="False"
21
 
        />
22
 
 
23
 
</data>
24
 
</terp>
25
 
 
26