2022-08-24 17:12:32 +02:00
|
|
|
<?xml version="1.0"?>
|
2023-01-15 17:21:34 +01:00
|
|
|
<!-- This file is part of the cashbook-module from m-ds.de for Tryton.
|
2022-08-24 17:12:32 +02:00
|
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
|
|
full copyright notices and license terms. -->
|
2022-08-25 15:55:24 +02:00
|
|
|
<tree editable="1">
|
2022-08-24 17:12:32 +02:00
|
|
|
<field name="line" tree_invisible="1"/>
|
2023-01-15 17:21:34 +01:00
|
|
|
<field name="feature" tree_invisible="1"/>
|
2022-09-10 21:21:17 +02:00
|
|
|
<field name="splittype"/>
|
2022-08-25 15:55:24 +02:00
|
|
|
<field name="category"/>
|
2022-09-10 21:21:17 +02:00
|
|
|
<field name="booktransf"/>
|
2022-08-24 17:12:32 +02:00
|
|
|
<field name="description" expand="1"/>
|
2023-01-21 18:46:05 +01:00
|
|
|
<field name="amount" sum="Amount" symbol="currency"/>
|
|
|
|
<field name="amount_2nd_currency" symbol="currency2nd"/>
|
2022-08-24 17:12:32 +02:00
|
|
|
</tree>
|