add group checkboxes in view

This commit is contained in:
wilson gomez 2021-09-03 12:12:44 -05:00
parent 478cb9e8e1
commit 0713d1eca8
2 changed files with 8 additions and 6 deletions

View File

@ -8,13 +8,15 @@ this repository contains the full copyright notices and license terms. -->
<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"/>
<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>

Binary file not shown.