trytonpsk-stock_co/view/warehouse_report_start_form.xml
2021-09-03 12:12:44 -05:00

23 lines
839 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="to_date"/>
<field name="to_date"/>
<label name="category"/>
<field name="category"/>
<label name="supplier"/>
<field name="supplier"/>
<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="add_non_existent"/>
<field name="add_non_existent" xexpand="0" width="25"/>
</group>
<field name="locations" colspan="4"/>
</form>