trytond-monitoring/view/result_type_form.xml
Albert Cervera i Areny 65c0803cf6 initial commit.
2014-07-10 16:15:01 +02:00

14 lines
409 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Monitoring Result Type">
<label name="name"/>
<field name="name"/>
<label name="internal_name"/>
<field name="internal_name"/>
<label name="type"/>
<field name="type"/>
<label name="uom"/>
<field name="uom"/>
</form>