~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to stock_override/stock_report.xml

  • Committer: Quentin THEURET
  • Date: 2014-03-05 16:51:14 UTC
  • mto: (2004.1.33 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 2016.
  • Revision ID: qt@tempo-consulting.fr-20140305165114-m3n5p978sisi4n3f
REF-27 [FIX] Fix import of tools.translate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
        <report
 
6
            auto="False"
 
7
            id="stock_card_report"
 
8
            model="stock.card.wizard"
 
9
            name="stock.card.report"
 
10
            header="False"
 
11
            rml="addons/stock_override/report/stock_card_report.rml"
 
12
            string="Stock card" />
 
13
            
 
14
        <!-- STOCK CARD -->
 
15
                <report
 
16
            id="stock_card_report_xls"
 
17
            string="Stock card Excel Export"
 
18
            model="stock.card.wizard"
 
19
            name="stock.card.report.xls"
 
20
            file="stock_override/report/stock_card_report_xls.mako"
 
21
            report_type="webkit"
 
22
            header="False"
 
23
            auto="False"
 
24
            menu="True" />
 
25
 
 
26
        <report auto="False"
 
27
                id="delivery_order"
 
28
                model="stock.picking"
 
29
                name="delivery.order"
 
30
                header="True"
 
31
                rml="addons/stock_override/report/delivery_order.rml"
 
32
                string="Delivery Order" />
 
33
 
 
34
    </data>
 
35
</openerp>