2022-11-16 20:56:02 +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. -->
|
|
|
|
<tree>
|
|
|
|
<field name="cashbook" tree_invisible="1"/>
|
2023-12-06 19:20:13 +00:00
|
|
|
<field name="number" optional="0"/>
|
|
|
|
<field name="date" optional="0"/>
|
|
|
|
<field name="payee" optional="0"/>
|
|
|
|
<field name="category_view" optional="0"/>
|
|
|
|
<field name="descr_short" expand="1" optional="0"/>
|
2022-11-16 20:56:02 +00:00
|
|
|
<field name="credit" sum="Credit"/>
|
|
|
|
<field name="debit" sum="Debit"/>
|
2023-12-06 19:20:13 +00:00
|
|
|
<field name="state" optional="0"/>
|
2022-11-16 20:56:02 +00:00
|
|
|
<button name="wfrecon"/>
|
|
|
|
</tree>
|