~vauxoo/addons-vauxoo/7.0_test_hr_expense_dev_jorge

« back to all changes in this revision

Viewing changes to report_profit/tmp/report_profit_report.xml

  • Committer: Javier Duran
  • Author(s): javier at vauxoo
  • Date: 2012-03-23 21:13:34 UTC
  • Revision ID: javier@squezee-vir-20120323211334-m47zoe5cqj3zdoib
[ADD] Se agregan los reportes de kardex en el modulo stock_card

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<openerp>
3
3
    <data>
4
 
        <report             
 
4
        <report
5
5
            id="report_trial_cost" 
6
6
            model="report.profit" 
7
7
            name="profit.trial.cost" 
8
8
            rml="report_profit/report/trial_cost.rml" 
9
9
            string="Trial Profitability"
10
10
            auto="False"
11
 
            header="False"              
 
11
            header="False"
12
12
            menu="False"/>
13
13
 
14
 
        <report             
15
 
            id="kardex" 
16
 
            model="stock.card" 
17
 
            name="kardex" 
18
 
            rml="addons/report_profit/report/kardex.rml" 
19
 
            string="Kardex"
20
 
            auto="True"  
21
 
            header="False" 
22
 
            menu="True"/>
23
 
 
24
 
 
25
 
        <report             
26
 
            id="kardex_grey_lines" 
27
 
            model="stock.card" 
28
 
            name="kardex.grey.lines" 
29
 
            rml="addons/report_profit/report/kardex_grey_lines.rml" 
30
 
            string="Kardex - Prod. con Problema"
31
 
            auto="True"
32
 
            header="False" 
33
 
            menu="True"/>
34
 
 
35
14
 
36
15
    </data>
37
16
</openerp>