Add new tabs in filter fields in wizard

This commit is contained in:
resteve 2015-04-07 12:46:59 +02:00
parent 63d2cb7414
commit 2d4d6583e9
1 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part stock_lot_quantity_location module for Tryton. <!-- This file is part stock_supply_sale module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. --> copyright notices and license terms. -->
<form string="Create Purchase Requests from Sales" col="2" cursor="warehouse"> <form string="Create Purchase Requests from Sales" col="2" cursor="warehouse">
@ -17,10 +17,20 @@ copyright notices and license terms. -->
<field name="sporadic_supplier"/> <field name="sporadic_supplier"/>
</page> </page>
<page string="Filters" id="filters" col="2"> <page string="Filters" id="filters" col="2">
<field name="suppliers"/> <notebook>
<field name="manufacturers"/> <page string="Suppliers" id="suppliers">
<field name="categories"/> <field name="suppliers"/>
<field name="products"/> </page>
<page string="Manufacturers" id="manufacturers">
<field name="manufacturers"/>
</page>
<page string="Categories" id="categories">
<field name="categories"/>
</page>
<page string="Products" id="products">
<field name="products"/>
</page>
</notebook>
</page> </page>
</notebook> </notebook>
</form> </form>