17 lines
534 B
XML
Executable File
17 lines
534 B
XML
Executable File
<?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>
|
|
<label name="button"/>
|
|
<field name="button"/>
|
|
<newline/>
|
|
<label name="description"/>
|
|
<field name="description" colspan="3"/>
|
|
<label name="number_user"/>
|
|
<field name="number_user"/>
|
|
<label name="group"/>
|
|
<field name="group"/>
|
|
<label name="condition"/>
|
|
<field name="condition" colspan="3" widget="pyson"/>
|
|
</form>
|