mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
stock_warehouse_orderpoint_stock_info: Search orderpoint rules by product category
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
04e1205216
commit
c92acc1f49
@@ -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="[]"
|
||||
|
||||
Reference in New Issue
Block a user