flectra/addons/point_of_sale/views/account_statement_report.xml
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

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>