trytonpsk-stock_co/view/warehouse_report_start_form...

24 lines
924 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"/>
2021-09-03 19:12:44 +02:00
<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"/>
2022-01-12 15:35:56 +01:00
<label name="group_by_supplier"/>
<field name="group_by_supplier" xexpand="0" width="25"/>
2021-09-24 05:16:20 +02:00
<label name="zero_quantity"/>
<field name="zero_quantity" xexpand="0" width="25"/>
2021-09-03 19:12:44 +02:00
</group>
2021-08-26 20:16:55 +02:00
<field name="locations" colspan="4"/>
2022-01-12 15:35:56 +01:00
<field name="suppliers" colspan="4"/>
2021-08-26 20:16:55 +02:00
</form>