cashbook_report/graph.xml
2022-10-28 19:31:37 +02:00

17 lines
541 B
XML

<?xml version="1.0"?>
<!-- This file is part of the diagram-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>
<!-- views -->
<record model="ir.ui.view" id="book_view_graph">
<field name="model">cashbook.book</field>
<field name="type">graph</field>
<field name="priority" eval="10"/>
<field name="name">book_graph</field>
</record>
</data>
</tryton>