cashbook/view/recon_form.xml

37 lines
1,020 B
XML
Raw Normal View History

2022-08-11 13:00:35 +00:00
<?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. -->
<form col="6">
<label name="cashbook"/>
<field name="cashbook"/>
<newline/>
<separator id="sep1" string="Reconciliation period" colspan="4"/>
<separator id="sep2" string="State" colspan="2"/>
<label name="date_from"/>
<field name="date_from"/>
<label name="date_to"/>
<field name="date_to"/>
<field name="state"/>
<group id="grpstate" col="3">
<button name="wfedit"/>
<button name="wfcheck"/>
<button name="wfdone"/>
</group>
<label name="start_amount"/>
<field name="start_amount"/>
<label name="end_amount"/>
<field name="end_amount"/>
2022-08-11 13:00:35 +00:00
<label name="date"/>
<field name="date"/>
<newline/>
2022-11-16 20:56:02 +00:00
<field name="lines" colspan="6"
view_ids="cashbook.line_recon_view_list,cashbook.line_view_form"/>
2022-08-11 13:00:35 +00:00
</form>