cashbook/cbreport.xml

19 lines
689 B
XML
Raw Normal View History

2022-08-16 15:05:01 +00:00
<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for 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_recon">
<field name="name">Cashbook Reconciliation</field>
<field name="model">cashbook.recon</field>
<field name="report_name">cashbook.reprecon</field>
<field name="report">cashbook/report/reconciliation.fods</field>
<field name="template_extension">ods</field>
2022-08-16 15:05:01 +00:00
<field name="single" eval="True"/>
</record>
</data>
</tryton>