cashbook_investment/view/line_form.xml
Frederik Jaeckel e94a869166 line: quantity_credit/debit + test
book: berechnet 'quantity' aus quantity_credit/debit
2022-12-30 23:55:00 +01:00

22 lines
742 B
XML

<?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. -->
<data>
<xpath expr="/form/field[@name='reference']" position="after">
<label name="quantity" />
<field name="quantity" symbol="quantity_uom"/>
<label name="asset_rate"/>
<field name="asset_rate" symbol="cashbook"/>
<label name="quantity_credit" />
<field name="quantity_credit" symbol="quantity_uom"/>
<label name="quantity_debit"/>
<field name="quantity_debit" symbol="quantity_uom"/>
<field name="quantity_digits"/>
<newline/>
</xpath>
</data>