cashbook/view/enterbooking_start_form.xml

32 lines
941 B
XML
Raw Normal View History

2022-09-06 15:26:53 +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 col="2">
<label name="cashbook"/>
<field name="cashbook" widget="selection"/>
<label name="balance"/>
<field name="balance" symbol="currency"/>
<label name="bookingtype"/>
<field name="bookingtype"/>
<label name="amount"/>
<field name="amount" symbol="currency"/>
<label name="category"/>
<field name="category"/>
<label name="booktransf"/>
<field name="booktransf"/>
<label name="party"/>
<field name="party"/>
<group name="description" colspan="2" col="1" string="Description">
<field name="description"/>
</group>
2022-09-06 15:26:53 +00:00
<field name="cashbooks"/>
<field name="currency_digits"/>
<field name="currency"/>
<field name="owner_cashbook"/>
2022-09-06 15:26:53 +00:00
</form>