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

« back to all changes in this revision

Viewing changes to bookstore/invoice_report.xml

  • Committer: Fabien Pinckaers
  • Date: 2008-04-08 18:09:25 UTC
  • Revision ID: fp@tinyerp.com-75a1f91ae9874435f54acf8495ef157f9f9cdbad
New module: bookstore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<terp>
 
3
        <data>
 
4
                <report id="account_invoices"
 
5
                        string="Invoices"
 
6
                        model="account.invoice"
 
7
                        name="account.invoice"
 
8
                        rml="bookstore/report/invoice.rml"
 
9
                        auto="False"/>
 
10
        </data>
 
11
 
 
12
        <data>
 
13
                <report id="sale.order"
 
14
                        string="Print Orders"
 
15
                        model="sale.order"
 
16
                        name="sale.order"
 
17
                        rml="bookstore/report/sale_order.rml"
 
18
                        auto="False"/>
 
19
        </data>
 
20
 
 
21
        <data>
 
22
                <report id="purchase.order"
 
23
                        string="Print Orders"
 
24
                        model="purchase.order"
 
25
                        name="purchase.order"
 
26
                        rml="bookstore/report/purchase_order.rml"
 
27
                        auto="False"/>
 
28
        </data>
 
29
</terp>