add form for nextrun-records, update of nextrun-records, tests
This commit is contained in:
parent
9f3e33d225
commit
0fc0c4c8b9
8 changed files with 472 additions and 194 deletions
10
view/nextrun_form.xml
Normal file
10
view/nextrun_form.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the cashbook-planner from m-ds for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the
|
||||
full copyright notices and license terms. -->
|
||||
<form col="4">
|
||||
<label name="planner"/>
|
||||
<field name="planner"/>
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
</form>
|
8
view/nextrun_list.xml
Normal file
8
view/nextrun_list.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the cashbook-planner 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="planner"/>
|
||||
<field name="date"/>
|
||||
</tree>
|
Loading…
Add table
Add a link
Reference in a new issue