We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0459415 commit bab10bfCopy full SHA for bab10bf
estate/views/estate_property_offer_views.xml
@@ -29,7 +29,6 @@
29
<list string="Estate Property Offer" editable="bottom"
30
decoration-success="status == 'accepted'"
31
decoration-danger="status == 'refused'">
32
- <field name="status" column_invisible="True"/>
33
<field name="price"/>
34
<field name="partner_id"/>
35
<field name="validity"/>
estate/views/estate_property_views.xml
@@ -96,7 +96,6 @@
96
decoration-muted="state=='cancelled'"
97
>
98
<field name="name" width="140px"/>
99
- <field name="state" column_invisible="True"/>
100
<field name="postcode" width="100px"/>
101
<field name="property_type_id" width="150px"/>
102
<field name="bedrooms" width="100px"/>
0 commit comments