cashbook/view/wizard_openline_form.xml

20 lines
533 B
XML
Raw Permalink Normal View History

<?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>
2022-08-08 12:31:42 +00:00
<label name="cashbook"/>
<field name="cashbook" colspan="3" widget="selection"/>
<label name="date_from"/>
<field name="date_from"/>
<label name="date_to"/>
<field name="date_to"/>
<label name="checked"/>
<field name="checked"/>
<label name="done"/>
<field name="done"/>
</form>