cashbook/view/line_form.xml
2022-08-08 14:31:42 +02:00

22 lines
661 B
XML

<?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">
<separator name="cashbook" colspan="4" string="Cashbook Line"/>
<separator name="state" colspan="2" string="State"/>
<field name="cashbook" colspan="2"/>
<label name="date"/>
<field name="date"/>
<field name="state"/>
<group id="grpstate" col="2">
<button name="wfedit"/>
<button name="wfcheck"/>
</group>
<label name="description"/>
<field name="description" colspan="3"/>
</form>