Skip to content

Commit 742f050

Browse files
committed
[ADD] estate: new app real estate
1 parent 6bdaa36 commit 742f050

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
{
3+
'name': 'Real Estate',
4+
'depends': ['base'],
5+
'application': True
6+
}

0 commit comments

Comments
 (0)