status 'abgeglichen' ok + test
This commit is contained in:
parent
403729d75f
commit
70fd1a83fb
9 changed files with 99 additions and 28 deletions
|
@ -15,5 +15,4 @@ full copyright notices and license terms. -->
|
|||
<field name="state"/>
|
||||
<button name="wfedit"/>
|
||||
<button name="wfcheck"/>
|
||||
<button name="wfrecon"/>
|
||||
</tree>
|
||||
|
|
16
view/line_recon_list.xml
Normal file
16
view/line_recon_list.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?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"/>
|
||||
<field name="credit" sum="Credit"/>
|
||||
<field name="debit" sum="Debit"/>
|
||||
<field name="state"/>
|
||||
<button name="wfrecon"/>
|
||||
</tree>
|
|
@ -31,5 +31,6 @@ full copyright notices and license terms. -->
|
|||
<field name="date"/>
|
||||
<newline/>
|
||||
|
||||
<field name="lines" colspan="6"/>
|
||||
<field name="lines" colspan="6"
|
||||
view_ids="cashbook.line_recon_view_list,cashbook.line_view_form"/>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue