Skip to content

Commit bab10bf

Browse files
committed
[FIX] estate: chapter11 (sprinkles) v3
1 parent 0459415 commit bab10bf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

estate/views/estate_property_offer_views.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<list string="Estate Property Offer" editable="bottom"
3030
decoration-success="status == 'accepted'"
3131
decoration-danger="status == 'refused'">
32-
<field name="status" column_invisible="True"/>
3332
<field name="price"/>
3433
<field name="partner_id"/>
3534
<field name="validity"/>

estate/views/estate_property_views.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
decoration-muted="state=='cancelled'"
9797
>
9898
<field name="name" width="140px"/>
99-
<field name="state" column_invisible="True"/>
10099
<field name="postcode" width="100px"/>
101100
<field name="property_type_id" width="150px"/>
102101
<field name="bedrooms" width="100px"/>

0 commit comments

Comments
 (0)