~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to sale/sale_report.xml

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

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
        <!-- 
 
5
        this report is defined here instead of in the stock module because it uses the
 
6
        sale_id field defined in the sale module
 
7
        -->
 
8
        <report 
 
9
                id="report_shipping"
 
10
                string="Delivery order"
 
11
                model="stock.picking"
 
12
                name="sale.shipping"
 
13
                rml="sale/report/shipping.rml"/>
 
14
 
 
15
        <!--
 
16
        <report
 
17
                id="report_prepare"
 
18
                string="Preparation Order"
 
19
                model="sale.order"
 
20
                name="sale.order.prepare"
 
21
                rml="sale/report/prepare.rml"/>
 
22
 
 
23
        <report
 
24
                id="report_prepare_allot"
 
25
                string="Preparation Order (with Allotments)"
 
26
                model="sale.order"
 
27
                name="sale.order.prepare.allot"
 
28
                rml="sale/report/prepare_allot.rml"
 
29
                auto="False"/>
 
30
        -->
 
31
        <report
 
32
                id="report_sale_order"
 
33
                string="Print Order"
 
34
                model="sale.order"
 
35
                name="sale.order"
 
36
                rml="sale/report/order.rml"
 
37
                auto="False"/>
 
38
 
 
39
</data>
 
40
</terp>