mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Domain on filter mistaken
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
6c1d63e290
commit
c1e585924d
@@ -33,7 +33,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<group string="Group By" position="before">
|
||||
<filter string="Availability under minimum"
|
||||
domain="[('available', '!=', False)]"
|
||||
domain="[('available', '=', False)]"
|
||||
context="{}" />
|
||||
</group>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user