Skip to content

Commit 793b0cc

Browse files
committed
[FIX] Fix parsing error in group by view
1 parent 80c6911 commit 793b0cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

estate/views/estate_property_views.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,10 @@
6767
<field name="bedrooms"/>
6868
<field name="living_area"/>
6969
<field name="facades"/>
70-
<separator/>
7170
<filter string="Available" name="state"
7271
domain="['|', ('state', '=', 'new'), ('state', '=', 'offer_received')]"/>
73-
<separator/>
74-
<group expand="1" string="Group By">
75-
<filter name="postcode" context="{'group_by': 'postcode', 'residual_visible': True}"/>
72+
<group>
73+
<filter name="postcode" context="{'group_by':'postcode'}"/>
7674
</group>
7775
</search>
7876
</field>

0 commit comments

Comments
 (0)