trytonpsk-crm_fiduprevisora/view/fiduprevisora_report_start_...

23 lines
740 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="company"/>
<field name="company"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="party"/>
<field name="party"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="receiver_service"/>
<field name="receiver_service"/>
<label name="region"/>
<field name="region" widget="selection"/>
<label name="department_region"/>
<field name="department_region" widget="selection"/>
<label name="city_region"/>
<field name="city_region" widget="selection"/>
</form>