trytond-nereid-zz/view/url_rule_form.xml

39 lines
1.4 KiB
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form string="URL Rule">
<label name="rule" />
<field name="rule" />
<label name="endpoint" />
<field name="endpoint" />
<label name="active" />
<field name="active" />
<label name="url_map" />
<field name="url_map" />
<notebook colspan="4">
<page string="Defaults" id="defaults">
<field name="defaults" colspan="4"/>
</page>
<page string="Advanced" id="advanced">
<group col="10" colspan="4" id="methods">
<label name="http_method_get" />
<field name="http_method_get" />
<label name="http_method_post" />
<field name="http_method_post" />
<label name="http_method_patch" />
<field name="http_method_patch" />
<label name="http_method_put" />
<field name="http_method_put" />
<label name="http_method_delete" />
<field name="http_method_delete" />
</group>
<label name="only_for_genaration" />
<field name="only_for_genaration" />
<label name="redirect_to" />
<field name="redirect_to" />
<label name="sequence" />
<field name="sequence" />
</page>
</notebook>
</form>