trytond-labor_yield_timesheet/view/work_unit_price_form.xml

14 lines
373 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>
<label name="date"/>
<field name="date"/>
<label name="work"/>
<field name="work"/>
<label name="unit_price"/>
<field name="unit_price"/>
<label name="unit"/>
<field name="unit"/>
</form>