cashbooks, types, currenciews - verknüpfung+löschen+test
This commit is contained in:
parent
085228e047
commit
01470569e7
9 changed files with 429 additions and 22 deletions
|
@ -5,7 +5,8 @@ full copyright notices and license terms. -->
|
|||
<form col="1">
|
||||
<notebook>
|
||||
<page id="chart" col="1" string="Chart">
|
||||
<field name="lines" view_ids="cashbook_report.book_view_graph" readonly="1"/>
|
||||
<field name="cashbooks" view_ids="cashbook_report.book_view_graph" readonly="1"/>
|
||||
<!-- <field name="types" view_ids="cashbook_report.book_view_graph" readonly="1"/> -->
|
||||
</page>
|
||||
<page id="config" col="6" string="Settings">
|
||||
<label name="name"/>
|
||||
|
@ -22,7 +23,9 @@ full copyright notices and license terms. -->
|
|||
<label name="legend"/>
|
||||
<field name="legend"/>
|
||||
|
||||
<field name="lines" colspan="6"/>
|
||||
<field name="cashbooks" colspan="6"/>
|
||||
<field name="types" colspan="6"/>
|
||||
<field name="currencies" colspan="6"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
|
|
|
@ -8,5 +8,4 @@ full copyright notices and license terms. -->
|
|||
<field name="chart"/>
|
||||
<field name="legend"/>
|
||||
<field name="maincolor"/>
|
||||
<field name="lines"/>
|
||||
</tree>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue