We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbea337 commit 0cc4cdeCopy full SHA for 0cc4cde
estate/views/estate_property_views.xml
@@ -79,7 +79,7 @@
79
<field name="bedrooms"/>
80
<field name="living_area"/>
81
<field name="facades"/>
82
- <filter string="Available" name="state" domain="['|',('state', '=', 'new'),('state', '=', 'offer_received')]"/>
+ <filter string="Available" name="state" domain="['|', ('state', '=', 'new'), ('state', '=', 'offer_received')]"/>
83
<group expand="1" string="Group By">
84
<filter string="Postcode" name="postcode" context="{'group_by':'postcode'}"/>
85
</group>
0 commit comments