asset: produkt, einheit + test

This commit is contained in:
Frederik Jaeckel 2022-11-10 22:31:22 +01:00
parent 0d8ef5081e
commit 13007f30c8
9 changed files with 253 additions and 1 deletions

View file

@ -3,8 +3,19 @@
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form col="4">
<label name="product" />
<field name="product" />
<newline/>
<separator id="sepunits" colspan="4" string="Currency and Units"/>
<label name="currency" />
<field name="currency" />
<label name="currency_digits" />
<field name="currency_digits" />
<label name="uom" />
<field name="uom" />
<label name="product_uom" />
<field name="product_uom" />
</form>

View file

@ -3,5 +3,7 @@
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<field name="rec_name"/>
<field name="currency"/>
<field name="uom"/>
</tree>