trytond-asset_zone/view/asset_zone_form.xml

10 lines
283 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="Zone">
<label name="name"/>
<field name="name"/>
<label name="employee"/>
<field name="employee"/>
</form>