Skip to content

Commit 4c52b03

Browse files
committed
[FIX] estate: field 'active' removed from the view
1 parent 066a211 commit 4c52b03

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

estate/__manifest__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
'data': [
1111
'security/ir.model.access.csv',
1212

13-
1413
'views/estate_property_views.xml',
1514
'views/estate_menus.xml',
1615
],

estate/views/estate_property_views.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<group>
1010
<field name="name"/>
1111
<field name="description"/>
12-
<field name="active" invisible="True"/>
1312
</group>
1413
<group>
1514
<group>

0 commit comments

Comments
 (0)