asset:tabellenzugriff optimiert,

diagram: darstellung in diagramm ergänzt
This commit is contained in:
Frederik Jaeckel 2022-11-26 22:42:02 +01:00
parent 047b6980e4
commit 7bb3e4f929
9 changed files with 352 additions and 6 deletions

14
view/graph_form.xml Normal file
View file

@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!-- This file is part of the investment-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<data>
<xpath expr="/form/separator[@name='currency']" position="before">
<separator name="asset" colspan="6" string="Asset"/>
<label name="asset"/>
<field name="asset"/>
<newline/>
</xpath>
</data>