Skip to content

Commit be28ed8

Browse files
committed
[ADD] Estate module
1 parent b68a192 commit be28ed8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
'name': "Real Estate",
3+
'version': '1.0',
4+
'depends': ['base'],
5+
'author': "ngtpn",
6+
'category': 'Category',
7+
'description': """
8+
Real Estate Advertisement module
9+
""",
10+
}

0 commit comments

Comments
 (0)