2022-08-24 15:12:32 +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. -->
|
2022-08-25 13:55:24 +00:00
|
|
|
<tree editable="1">
|
2022-08-24 15:12:32 +00:00
|
|
|
<field name="line" tree_invisible="1"/>
|
2022-09-10 19:21:17 +00:00
|
|
|
<field name="splittype"/>
|
2022-08-25 13:55:24 +00:00
|
|
|
<field name="category"/>
|
2022-09-10 19:21:17 +00:00
|
|
|
<field name="booktransf"/>
|
2022-08-24 15:12:32 +00:00
|
|
|
<field name="description" expand="1"/>
|
|
|
|
<field name="amount" sum="Amount"/>
|
|
|
|
<field name="currency"/>
|
2022-10-04 14:47:14 +00:00
|
|
|
<field name="amount_2nd_currency"/>
|
|
|
|
<field name="currency2nd"/>
|
2022-08-24 15:12:32 +00:00
|
|
|
</tree>
|