trytond-production_work_emp.../view/team_work_center_form.xml

11 lines
350 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="Team Work Center">
<label name="work_center"/>
<field name="work_center"/>
<label name="date"/>
<field name="date"/>
<label name="team"/>
<field name="team"/>
</form>