mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Display only lines > 0, negative lines are not interesting
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<filter name="supplier" position="after">
|
||||
<separator/>
|
||||
<filter name="has_stock_real" string="Has Real Stock" domain="[('stock_real', '!=', 0.0)]" help="The location contains the product"/>
|
||||
<filter name="has_stock_real" string="Has Real Stock" domain="[('stock_real', '>', 0.0)]" help="The location contains the product"/>
|
||||
</filter>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user