cashbook_media/line.xml
Frederik Jaeckel 2933a217e2 media ok + test
2022-10-14 15:29:33 +02:00

15 lines
491 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.ui.view" id="line_view_form">
<field name="model">cashbook.line</field>
<field name="inherit" ref="cashbook.line_view_form"/>
<field name="name">line_form</field>
</record>
</data>
</tryton>