Skip to content

Commit d749764

Browse files
committed
[FIX] estate: xml views error fix
1 parent 4bf0325 commit d749764

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

estate/views/estate_property_view.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
<field name="arch" type="xml">
7878
<search string="Search properties">
7979
<field name="name" string="Property Name" />
80-
<field name="bedrooms"/>
80+
<field name="bedrooms" string="Number Of Bedrooms"/>
8181
<separator/>
82-
<group expand="1" string="Group By">
83-
<filter string="Postal Code" name="postal_code" context="{'group_by':'postcode', 'residual_visible':True}"/>
84-
</group>
85-
<group expand="1" string="Specific Filters">
86-
<filter string="Available Properties" name="available_properties" domain="[('state','in',('new','offer_received'))]"/>
82+
<group>
83+
<filter string="Postal Code" name="postal_code" context="{'group_by':'postcode'}"/>
84+
</group>
85+
<group>
86+
<filter string="Available Properties" name="property_state" domain="[('state','in',('new','offer_received'))]"/>
8787
</group>
8888
</search>
8989
</field>

0 commit comments

Comments
 (0)