cashbook_investment/line.xml

27 lines
999 B
XML
Raw Normal View History

2022-12-21 23:32:26 +00:00
<?xml version="1.0"?>
2023-01-15 22:06:47 +00:00
<!-- This file is part of the cashbook-module from m-ds.de for Tryton.
2022-12-21 23:32:26 +00:00
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>
<record model="ir.ui.view" id="line_view_list">
<field name="model">cashbook.line</field>
<field name="inherit" ref="cashbook.line_view_list"/>
<field name="name">line_list</field>
</record>
<record model="ir.ui.view" id="line_recon_view_list">
<field name="model">cashbook.line</field>
<field name="inherit" ref="cashbook.line_recon_view_list"/>
<field name="name">line_recon_list</field>
</record>
2022-12-21 23:32:26 +00:00
</data>
</tryton>