cashbook/view/line_recon_list.xml

17 lines
546 B
XML
Raw Normal View History

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"/>
<field name="number"/>
<field name="date"/>
<field name="payee"/>
<field name="category_view"/>
<field name="descr_short" expand="1"/>
2023-11-30 12:19:09 +00:00
<field name="credit" sum="1"/>
<field name="debit" sum="1"/>
2022-11-16 20:56:02 +00:00
<field name="state"/>
<button name="wfrecon"/>
</tree>