forked from OCA/account-reconcile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreport.xml
25 lines (22 loc) · 926 Bytes
/
report.xml
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
<?xml version="1.0" ?>
<openerp>
<data>
<report auto="False"
id="report_bank_statement_webkit"
model="account.bank.statement"
name="bank_statement_webkit"
file="account_statement_ext/report/bank_statement_report.mako"
string="Bank Statement"
report_type="webkit"
webkit_header="account_statement_ext.bank_statement_landscape_header"
header="1"/>
<record id="action_print_bank_statement_webkit" model="ir.values">
<field name="name">Bank Statement</field>
<field name="key2">client_print_multi</field>
<field name="value_unpickle"
eval="'ir.actions.report.xml,' +str(ref('report_bank_statement_webkit'))"/>
<field name="key">action</field>
<field name="model">account.bank.statement</field>
</record>
</data>
</openerp>