Skip to content

Commit 8c1f1d2

Browse files
committed
[ADD] estate: initialize the estate app
Creating the manifest file.
1 parent 6bdaa36 commit 8c1f1d2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
{
3+
'name': "estate",
4+
5+
'author': "Faruk",
6+
'website': "",
7+
'category': 'Tutorials',
8+
'version': '0.1',
9+
'application': True,
10+
'installable': True,
11+
'application': True,
12+
'depends': ['base'],
13+
14+
'data': [],
15+
'assets': {},
16+
}

0 commit comments

Comments
 (0)