investment/view/rate_form.xml

18 lines
490 B
XML
Raw Normal View History

2022-11-13 21:57:40 +00:00
<?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. -->
<form col="4">
<label name="asset" />
<field name="asset" colspan="3"/>
<label name="date" />
<field name="date" />
<label name="rate" />
<field name="rate" symbol="currency"/>
<label colspan="3" id="lab1" string="per"/>
<field name="uom"/>
</form>