Skip to content

Commit c7f4f34

Browse files
committed
[ADD] estate: added manifest.py
1 parent 4c650f3 commit c7f4f34

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
'name': "Real Estate",
3+
'version': '1.0',
4+
'depends': ['base'],
5+
'author': "drat-odoo",
6+
'category': 'Category',
7+
'description': """
8+
This is base version of estate
9+
""",
10+
# data files always loaded at installation
11+
12+
# data files containing optionally loaded demonstration data
13+
'installable': True,
14+
'license': 'OEEL-1',
15+
}

0 commit comments

Comments
 (0)