trytond-monitoring/view/asset_form.xml
2014-12-11 14:11:13 +01:00

17 lines
628 B
XML

<?xml version="1.0"?>
<!-- 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='relations']" position="after">
<page string="Monitoring" id="monitoring">
<label name="login"/>
<field name="login"/>
<label name="password"/>
<field name="password" widget="password"/>
<field name="plans" colspan="4"/>
<field name="notification_parties" colspan="4"/>
<field name="states" colspan="4"/>
</page>
</xpath>
</data>