trytonpsk-stock_co/view/warehouse_report_start_form...

24 lines
924 B
XML
Executable File

<?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"/>
<group colspan="3" col="-1" id="checkboxes">
<label name="only_minimal_level"/>
<field name="only_minimal_level" xexpand="0" width="25"/>
<label name="group_by_location"/>
<field name="group_by_location" xexpand="0" width="25"/>
<label name="group_by_supplier"/>
<field name="group_by_supplier" xexpand="0" width="25"/>
<label name="zero_quantity"/>
<field name="zero_quantity" xexpand="0" width="25"/>
</group>
<field name="locations" colspan="4"/>
<field name="suppliers" colspan="4"/>
</form>