trytonpsk-stock_co/view/warehouse_report_start_form.xml

21 lines
684 B
XML
Raw Normal View History

2021-08-26 20:16:55 +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="to_date"/>
<field name="to_date"/>
<label name="category"/>
<field name="category"/>
<label name="only_minimal_level"/>
<field name="only_minimal_level"/>
<label name="group_by_location"/>
<field name="group_by_location"/>
<label name="add_non_existent"/>
<field name="add_non_existent"/>
<label name="supplier"/>
<field name="supplier"/>
<field name="locations" colspan="4"/>
</form>