Skip to content

Commit ad5722c

Browse files
committed
estate v1
1 parent b68a192 commit ad5722c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

estate/__init__.py

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

estate/__manifest__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# -*- coding: utf-8 -*-
2+
{
3+
'name': "Real Estate",
4+
'summary': """
5+
Testing the real estate module
6+
""",
7+
8+
'description': """
9+
Testing the description real estate module
10+
""",
11+
'application': True,
12+
'depends': ['base']
13+
}

0 commit comments

Comments
 (0)