cashbook/cbreport.xml
Frederik Jaeckel ab43044f64 report ok, auf book und line
berechtigungen optimiert
2022-08-17 17:16:23 +02:00

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>