investment/view/asset_form.xml

22 lines
626 B
XML
Raw Normal View History

2022-11-09 20:49:33 +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">
2022-11-10 21:31:22 +00:00
<label name="product" />
<field name="product" />
<newline/>
<separator id="sepunits" colspan="4" string="Currency and Units"/>
2022-11-09 20:49:33 +00:00
<label name="currency" />
<field name="currency" />
<label name="currency_digits" />
<field name="currency_digits" />
2022-11-10 21:31:22 +00:00
<label name="uom" />
<field name="uom" />
<label name="product_uom" />
<field name="product_uom" />
2022-11-09 20:49:33 +00:00
</form>