cashbook/view/split_form.xml

32 lines
940 B
XML
Raw Permalink Normal View History

2022-08-24 15:12:32 +00:00
<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds.de for Tryton.
2022-08-24 15:12:32 +00:00
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form col="4">
<label name="line"/>
<field name="line" colspan="5"/>
2022-08-24 15:12:32 +00:00
<label name="amount"/>
<field name="amount" symbol="currency"/>
2022-09-10 19:21:17 +00:00
<label name="splittype"/>
<field name="splittype"/>
2022-08-24 15:12:32 +00:00
<label name="category"/>
2022-09-10 19:21:17 +00:00
<field name="category" colspan="3"/>
<label name="booktransf"/>
<field name="booktransf" colspan="3"/>
2022-08-24 15:12:32 +00:00
<label name="amount_2nd_currency"/>
<field name="amount_2nd_currency" symbol="currency2nd"/>
<label name="rate_2nd_currency"/>
<field name="rate_2nd_currency"/>
<notebook colspan="4">
<page name="description" col="1" string="Description">
<field name="description"/>
</page>
</notebook>
<field name="feature"/>
2022-08-24 15:12:32 +00:00
</form>