2022-08-05 14:47:43 +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. -->
|
2022-10-11 08:21:11 +00:00
|
|
|
<form col="8">
|
2022-08-05 14:47:43 +00:00
|
|
|
<label name="date_from"/>
|
|
|
|
<field name="date_from"/>
|
|
|
|
<label name="date_to"/>
|
|
|
|
<field name="date_to"/>
|
2022-10-11 08:21:11 +00:00
|
|
|
<label name="checked"/>
|
|
|
|
<field name="checked"/>
|
2022-08-05 14:47:43 +00:00
|
|
|
<label name="done"/>
|
|
|
|
<field name="done"/>
|
|
|
|
</form>
|
|
|
|
|