~vauxoo/addons-vauxoo/7.0-project_issue_conf-dev_luis

« back to all changes in this revision

Viewing changes to stock_card/stock_card_report.xml

 
[MERGE] Merge to add all changes in trunk series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
 
1
<?xml version='1.0' encoding='UTF-8'?>
2
2
<openerp>
3
3
    <data>
4
 
        <report             
5
 
            id="kardex" 
6
 
            model="stock.card" 
7
 
            name="kardex" 
8
 
            rml="addons/stock_card/report/kardex.rml" 
9
 
            string="Kardex"
10
 
            auto="True"  
11
 
            header="False" 
12
 
            menu="True"/>
13
 
 
14
 
 
15
 
        <report             
16
 
            id="kardex_grey_lines" 
17
 
            model="stock.card" 
18
 
            name="kardex.grey.lines" 
19
 
            rml="addons/stock_card/report/kardex_grey_lines.rml" 
20
 
            string="Kardex - Prod. con Problema"
21
 
            auto="True"
22
 
            header="False" 
23
 
            menu="True"/>
 
4
        <report id="kardex" model="stock.card" name="kardex" rml="addons/stock_card/report/kardex.rml" string="Kardex" auto="True" header="False" menu="True"/>
 
5
 
 
6
 
 
7
        <report id="kardex_grey_lines" model="stock.card" name="kardex.grey.lines" rml="addons/stock_card/report/kardex_grey_lines.rml" string="Kardex - Prod. con Problema" auto="True" header="False" menu="True"/>
24
8
 
25
9
 
26
10
    </data>
27
 
</openerp>
 
11
</openerp>
 
 
b'\\ No newline at end of file'