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-09-06 14:10:25 +00:00
|
|
|
<form col="6">
|
2022-08-08 12:31:42 +00:00
|
|
|
<label name="cashbook"/>
|
2022-09-06 14:10:25 +00:00
|
|
|
<field name="cashbook" widget="selection" colspan="3"/>
|
|
|
|
|
|
|
|
<label name="checked"/>
|
|
|
|
<field name="checked"/>
|
2022-08-05 14:47:43 +00:00
|
|
|
|
|
|
|
<label name="date_from"/>
|
|
|
|
<field name="date_from"/>
|
|
|
|
<label name="date_to"/>
|
|
|
|
<field name="date_to"/>
|
|
|
|
<label name="done"/>
|
|
|
|
<field name="done"/>
|
2022-08-09 13:08:41 +00:00
|
|
|
|
|
|
|
<field name="num_cashbook"/>
|
2022-08-05 14:47:43 +00:00
|
|
|
</form>
|
|
|
|
|