2022-08-05 10:02:04 +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>
|
|
|
|
<label name="name"/>
|
|
|
|
<field name="name"/>
|
2022-08-05 14:47:43 +00:00
|
|
|
<label name="btype"/>
|
|
|
|
<field name="btype"/>
|
2022-08-08 12:31:42 +00:00
|
|
|
|
|
|
|
<label name="state"/>
|
|
|
|
<field name="state"/>
|
|
|
|
<group id="grpstate" col="3" colspan="2">
|
|
|
|
<button name="wfopen"/>
|
|
|
|
<button name="wfclosed"/>
|
|
|
|
<button name="wfarchive"/>
|
|
|
|
</group>
|
|
|
|
|
2022-08-05 10:02:04 +00:00
|
|
|
</form>
|