~vauxoo/addons-vauxoo/7.0_test_hr_expense_dev_jorge

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>
        <report
            id="report_trial_cost" 
            model="report.profit" 
            name="profit.trial.cost" 
            rml="report_profit/report/trial_cost.rml" 
            string="Trial Profitability"
            auto="False"
            header="False"
            menu="False"/>


    </data>
</openerp>