18 lines
689 B
XML
18 lines
689 B
XML
<?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>
|
|
<field name="single" eval="True"/>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|