stock_warehouse_orderpoint_stock_info: Search orderpoint rules by product category

This commit is contained in:
Daniel-CA
2016-05-23 12:52:15 +02:00
committed by Jordi Ballester Alomar
parent 04e1205216
commit c92acc1f49

View File

@@ -40,6 +40,9 @@
<field name="model">stock.warehouse.orderpoint</field>
<field name="inherit_id" ref="stock.warehouse_orderpoint_search" />
<field name="arch" type="xml">
<field name="product_id" position="after">
<field name="product_category" filter_domain="[('product_category','child_of',self)]"/>
</field>
<filter string="Warehouse" position="before">
<filter string="Product" icon="terp-go-home"
domain="[]"