Skip to content

Commit c551f66

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

estate/views/estate_property_views.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,9 @@
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}"/>
76-
</group>
72+
<filter string="Postcode" name="postcode" context="{'group_by':'postcode'}"/>
7773
</search>
7874
</field>
7975
</record>

0 commit comments

Comments
 (0)