report_menu.xml
2.2 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<report
string="挚锦科技中文报价单"
id="acc_report_quotation"
model="acc.quotation"
report_type="qweb-html"
file="acct_sale.acct_report_quotation"
name="acct_sale.acct_report_quotation"
/>
<report
string="挚锦科技中文合同"
id="neotels_report_contract"
model="acc.quotation"
report_type="qweb-html"
file="acct_sale.neotel_report_contract"
name="acct_sale.neotel_report_contract"
/>
<report
string="挚锦人民币销售合同"
id="acc_report_contract"
model="sale.order"
report_type="qweb-html"
file="acct_sale.acct_report_contract"
name="acct_sale.acct_report_contract"
/>
<report
string="挚锦科技英文报价单"
id="accen_report_quotation"
model="acc.quotation"
report_type="qweb-html"
file="acct_sale.accten_report_quotation"
name="acct_sale.accten_report_quotation"
/>
<report
string="挚锦外币销售合同"
id="accen_report_contract"
model="sale.order"
report_type="qweb-html"
file="acct_sale.accten_report_contract"
name="acct_sale.accten_report_contract"
/>
<report
string="挚锦科技整套中文报价单"
id="accall_report_quotation"
model="acc.quotation"
report_type="qweb-html"
file="acct_sale.acctall_report_quotation"
name="acct_sale.acctall_report_quotation"
/>
<report
string="挚锦科技整套英文报价单"
id="accenall_report_quotation"
model="acc.quotation"
report_type="qweb-html"
file="acct_sale.acctenall_report_quotation"
name="acct_sale.acctenall_report_quotation"
/>
</data>
</openerp>