Skip to content

Commit 1a1529c

Browse files
committed
[ADD] Chapter 1,2 : add initial estate application
Created the necessary __init__.py and __manifest__.py files to initialize the estate application.
1 parent b68a192 commit 1a1529c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
'name': 'Real Estate',
3+
'version': '1.0',
4+
'category': 'Real Estate',
5+
'depends': ['base'],
6+
'author': 'snrav-odoo',
7+
'license': 'LGPL-3',
8+
'description': 'Real estate purchase & sales',
9+
'application': True,
10+
}
11+

0 commit comments

Comments
 (0)