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

« back to all changes in this revision

Viewing changes to bookstore/bookstore_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
 
 
5
        <report id="account.account_invoices"
 
6
                        string="Invoices"
 
7
                        model="account.invoice"
 
8
                        name="account.invoice.bookstore"
 
9
                        rml="bookstore/report/invoice.rml"
 
10
                        auto="False"/>
 
11
 
 
12
        <report id="sale.report_sale_order"
 
13
                        string="Print Order"
 
14
                        model="sale.order"
 
15
                        name="sale.order.bookstore"
 
16
                        rml="bookstore/report/sales_order.rml"
 
17
                        auto="False"/>
 
18
 
 
19
        <report id="purchase.report_purchase_quotation"
 
20
                        name="purchase.quotation.bookstore"
 
21
                        string="Request for Quotation"
 
22
                        model="purchase.order"
 
23
                        rml="bookstore/report/quotation.rml"
 
24
                        auto="False"/>
 
25
 
 
26
        <report id="purchase.report_purchase_order"
 
27
                        name="purchase.order.bookstore"
 
28
                        string="Print Order"
 
29
                        model="purchase.order"
 
30
                        auto="False"
 
31
                        rml="bookstore/report/purchase_order.rml"/>
 
32
 
 
33
  </data>
 
34
</terp>