Skip to content

Commit 3707e4a

Browse files
committed
[ADD] chapter2-estate: created estate module
1 parent 781b590 commit 3707e4a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
'name': "Real Estate",
3+
'version': '1.0',
4+
'license': 'LGPL-3',
5+
'summary': 'Real Estate advertisement tutorial module',
6+
'depends': ['base'],
7+
'author': "Harsh Maniya",
8+
'category': 'Sales/Real Estate',
9+
'installable': True,
10+
'auto_install': False,
11+
'description': """
12+
Description text
13+
""",
14+
}

0 commit comments

Comments
 (0)