cashbook_investment/view/book_form.xml

21 lines
646 B
XML
Raw Normal View History

2022-12-21 23:32:26 +00:00
<?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/notebook/page[@id='pggeneral']" position="after">
<page name="asset" string="Asset">
<label name="asset"/>
<field name="asset"/>
<label name="quantity_uom"/>
<field name="quantity_uom"/>
<label name="quantity_digits"/>
<field name="quantity_digits"/>
<field name="asset_uomcat"/>
</page>
</xpath>
</data>