Skip to content

Commit 326711a

Browse files
committed
[ADD] estate: Chapter 2
1 parent b68a192 commit 326711a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# -*- coding: utf-8 -*-
2+
3+
{
4+
'name': 'Estate',
5+
'depends': [
6+
'base'
7+
],
8+
'application': True
9+
}

0 commit comments

Comments
 (0)