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>
|
|
|
|
|
2023-01-15 10:03:33 +00:00
|
|
|
<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>
|