trytond-scm/view/scm_configuration_form.xml

9 lines
319 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="SCM Configuration">
<label name="clone_on_create"/>
<field name="clone_on_create"/>
<label name="repo_path"/>
<field name="repo_path"/>
</form>