trytond-scm/view/scm_module_form.xml

12 lines
354 B
XML

<form string="SCM Modules" >
<label name="name" />
<field name="name" xexpand="1"/>
<label name="active"/>
<field name="active" xexpand="0" width="25"/>
<label name="repository"/>
<field name="repository"/>
<label name="owner"/>
<field name="owner"/>
<label name="local_path" />
<field name="local_path" />
</form>