Skip to content

Commit 759deaf

Browse files
committed
[REF] estate: apply PR review comments
1 parent 9aad959 commit 759deaf

File tree

4 files changed

+13
-1769
lines changed

4 files changed

+13
-1769
lines changed

estate/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# -*- coding: utf-8 -*-
2-
31
from . import models

estate/__manifest__.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
# -*- coding: utf-8 -*-
2-
31
{
42
'name': 'Real Estate',
53
'depends': [
64
'base',
75
],
86
'application': True,
97
'description': "",
10-
'data': [#'data/res.country.state.csv',
11-
'security/ir.model.access.csv',
8+
'data': ['security/ir.model.access.csv',
129
'views/estate_property_views.xml',
13-
'views/estate_menus.xml']
14-
10+
'views/estate_menus.xml'],
11+
'license': 'LGPL-3'
1512
}

0 commit comments

Comments
 (0)