Skip to content

Commit 3f42781

Browse files
committed
[ADD] estate: create module real-estate. chapter 1,2
1 parent 781b590 commit 3f42781

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# -*- coding: utf-8 -*-
2+
{
3+
'name': "estate",
4+
5+
'description': """
6+
A real-estate application"
7+
""",
8+
9+
'author': "meet kavathiya",
10+
'website': "https://www.odoo.com/",
11+
'category': 'Real-estate',
12+
'version': '0.1',
13+
'application': True,
14+
'installable': True,
15+
'depends': ['base', 'web'],
16+
17+
'data': [],
18+
'assets': {
19+
20+
},
21+
'license': 'AGPL-3'
22+
}

0 commit comments

Comments
 (0)