You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
360 B
11 lines
360 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<report
|
|
id="pdf_report"
|
|
model="account.wizard"
|
|
string="Cash flow statement Pdf Report"
|
|
report_type="qweb-pdf"
|
|
name="advance_cash_flow_statements.cash_flow_pdf_report"
|
|
file="advance_cash_flow_statements.cash_flow_pdf_report"
|
|
/>
|
|
</odoo>
|