trytondo-account_co_reports/income_statement.xml
2024-01-07 14:24:18 +00:00

20 lines
910 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.action.report" id="report_income_statement">
<field name="name">Income Statement</field>
<field name="model">account.account.type</field>
<field name="report_name">account.income_statement</field>
<field name="report">account_co_reports/income_statement.fods</field>
<field name="template_extension">ods</field>
</record>
<record model="ir.action.keyword" id="report_income_statement_keyword">
<field name="keyword">form_print</field>
<field name="model">account.account.type,-1</field>
<field name="action" ref="report_income_statement"/>
</record>
</data>
</tryton>