Skip to content

Commit 0cc4cde

Browse files
committed
[REF] estate: fixed spacing
1 parent cbea337 commit 0cc4cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estate/views/estate_property_views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<field name="bedrooms"/>
8080
<field name="living_area"/>
8181
<field name="facades"/>
82-
<filter string="Available" name="state" domain="['|',('state', '=', 'new'),('state', '=', 'offer_received')]"/>
82+
<filter string="Available" name="state" domain="['|', ('state', '=', 'new'), ('state', '=', 'offer_received')]"/>
8383
<group expand="1" string="Group By">
8484
<filter string="Postcode" name="postcode" context="{'group_by':'postcode'}"/>
8585
</group>

0 commit comments

Comments
 (0)