line: add fields 'Fee' + 'Dividend' - todos

This commit is contained in:
Frederik Jaeckel 2023-02-12 00:09:56 +01:00
parent 43c9a1a2fa
commit c70d2fef7a
12 changed files with 569 additions and 0 deletions

14
view/assetconf_form.xml Normal file
View file

@ -0,0 +1,14 @@
<?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. -->
<form>
<label name="fee_category" />
<field name="fee_category"/>
<label name="dividend_category" />
<field name="dividend_category"/>
<label name="gainloss_book" />
<field name="gainloss_book"/>
</form>

View file

@ -34,6 +34,12 @@ full copyright notices and license terms. -->
<field name="diff_percent" xexpand="0"/>
<label name="diff_percent" xalign="0.0" string="%" xexpand="1"/>
</group>
<label name="trade_fee"/>
<field name="trade_fee"/>
<label name="asset_dividend"/>
<field name="asset_dividend"/>
</page>
</xpath>