trytonpsk-crm_fiduprevisora/view/fiduprevisora_report_start_form.xml

23 lines
740 B
XML
Raw Normal View History

2020-04-16 15:28:18 +02:00
<?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"/>
2020-06-25 05:02:43 +02:00
<label name="end_date"/>
<field name="end_date"/>
2020-04-16 15:28:18 +02:00
<label name="receiver_service"/>
<field name="receiver_service"/>
2020-06-25 05:02:43 +02:00
<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"/>
2020-04-16 15:28:18 +02:00
</form>