trytond-project_estimation/view/project_estimate_create_tas...

12 lines
348 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="Create Task Start">
<label name="name"/>
<field name="name"/>
<label name="effort"/>
<field name="effort"/>
<label name="project"/>
<field name="project"/>
</form>