Skip to content

Commit e76dbf5

Browse files
author
raibr
committed
[FIX] estate: Chapter 7 corrections
1 parent 06b0b67 commit e76dbf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

estate/views/estate_property_offer_views.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<field name="name">estate.property.offer.view.tree</field>
66
<field name="model">estate.property.offer</field>
77
<field name="arch" type="xml">
8-
<list>
8+
<tree>
99
<field name="name"/>
1010
<field name="property_id"/>
11-
</list>
11+
</tree>
1212
</field>
1313
</record>
1414

0 commit comments

Comments
 (0)