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

841.1.21 by Quentin THEURET
UF-1065 [IMP] Mission stock report : Add (but not activated) the mission stock PDF report
1
<?xml version="1.0" encoding="utf-8" ?>
2
<openerp>
3
	<data>
4
		
2091.12.1 by Quentin THEURET
REF-91 [FIX] Change the behavior to compute and display the mission stock report in Excel sheet
5
        <!--<report id="report_stock_mission"
841.1.21 by Quentin THEURET
UF-1065 [IMP] Mission stock report : Add (but not activated) the mission stock PDF report
6
        		string="Stock mission report"
7
        		model="stock.mission.report.line"
8
        		name="stock.mission.report.report"
9
        		rml="addons/mission_stock/report/report_stock_mission.rml"
10
        		header="False"
11
        		auto="True"
2091.12.1 by Quentin THEURET
REF-91 [FIX] Change the behavior to compute and display the mission stock report in Excel sheet
12
                menu="True"/>-->
13
14
        <report
15
            id="stock_mission_report_xls"
16
            auto="False"
17
            menu="False"
18
            header="False"
19
            model="mission.stock.wizard"
20
            name="stock.mission.report_xls"
21
            string="Mission stock report"
22
            file="mission_stock/report/stock_mission_report_xls.mako"
23
            report_type="webkit"
24
            />
841.1.21 by Quentin THEURET
UF-1065 [IMP] Mission stock report : Add (but not activated) the mission stock PDF report
25
		
26
	</data>
27
</openerp>