~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to stock/stock_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"?>
 
2
<terp>
 
3
        <data>
 
4
                
 
5
                <report
 
6
                        id="report_product_history"
 
7
                        string="Future stock forecast"
 
8
                        model="product.product"
 
9
                        name="stock.product.history"
 
10
                        auto="False"/>
 
11
 
 
12
 
 
13
                <report
 
14
                        id="report_picking_list"
 
15
                        string="Picking List"
 
16
                        model="stock.picking"
 
17
                        name="stock.picking.list"
 
18
                        xml="stock/report/picking.xml"
 
19
                        xsl="stock/report/picking.xsl"/>
 
20
 
 
21
                <report
 
22
                        id="report_move_labels"
 
23
                        string="Print Item Labels"
 
24
                        model="stock.move"
 
25
                        name="stock.move.label"
 
26
                        xml="stock/report/lot_move_label.xml"
 
27
                        xsl="stock/report/lot_move_label.xsl"/>
 
28
 
 
29
                <report
 
30
                        id="report_location_overview"
 
31
                        string="Location Overview"
 
32
                        model="stock.location"
 
33
                        name="stock.location.overview"
 
34
                        xml="stock/report/lot_overview.xml"
 
35
                        xsl="stock/report/lot_overview.xsl"/>
 
36
                
 
37
                <report
 
38
                        id="report_lot_location"
 
39
                        string="Lots by location"
 
40
                        model="stock.location"
 
41
                        name="stock.lot.location"
 
42
                        auto="False"/>
 
43
 
 
44
                <report
 
45
                        id="report_product_location"
 
46
                        string="Products Localisations"
 
47
                        model="product.product"
 
48
                        name="stock.product.location"
 
49
                        auto="False"/>
 
50
 
 
51
                <report
 
52
                        id="report_location_overview_all"
 
53
                        string="Location Content (With childs)"
 
54
                        model="stock.location"
 
55
                        name="stock.location.overview.all"
 
56
                        xml="stock/report/lot_overview_all.xml"
 
57
                        xsl="stock/report/lot_overview_all.xsl"/>
 
58
<!--
 
59
                <report
 
60
                        id="report_lot_ups"
 
61
                        string="UPS xml file"
 
62
                        model="stock.move.lot"
 
63
                        name="stock.move.lot.ups_xml"
 
64
                        menu="False"
 
65
                        auto="False" />
 
66
-->
 
67
        </data>
 
68
</terp>