12 lines
340 B
XML
12 lines
340 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<odoo>
|
||
|
<report
|
||
|
id="action_report_account_statement"
|
||
|
model="account.bank.statement"
|
||
|
string="Statement"
|
||
|
name="point_of_sale.report_statement"
|
||
|
file="point_of_sale.report_statement"
|
||
|
report_type="qweb-pdf"
|
||
|
/>
|
||
|
</odoo>
|