trytond-nereid-zz/view/url_rule_tree.xml

14 lines
480 B
XML
Raw Permalink Normal View History

2013-10-23 18:37:19 +02:00
<?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. -->
<tree string="URL Rules">
<field name="rule" />
<field name="endpoint" />
<field name="active" />
<field name="http_method_get" />
<field name="http_method_post" />
<field name="http_method_patch" />
<field name="http_method_put" />
<field name="http_method_delete" />
</tree>