1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<?xml version="1.0" encoding="utf-8" ?>
<openerp>
<data>
<report
id="in_simulation_screen_xls"
model="wizard.import.in.simulation.screen"
name="in.simulation.screen.xls"
file="msf_doc_import/report/in_simulation_screen_xls_report.mako"
report_type="webkit"
header="False"
menu="False"
auto="False"
string="IN simulation screen" />
<report
id="po_simulation_screen"
model="wizard.import.po.simulation.screen"
name="po.simulation.screen"
rml="msf_doc_import/report/po_simulation_screen_report.rml"
header="False"
menu="False"
auto="False"
string="PO Simulation screen" />
<report
id="po_simulation_screen_xls"
model="wizard.import.po.simulation.screen"
name="po.simulation.screen.xls"
file="msf_doc_import/report/po_simulation_screen_xls_report.mako"
report_type="webkit"
header="False"
menu="False"
auto="False"
string="PO Simulation screen" />
</data>
</openerp>
|