Skip to content

Commit 48b008c

Browse files
author
youness benbraitit (yoben)
committed
[ADD] estate: init commit for estate module
1 parent b68a192 commit 48b008c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
'name': 'Real Estate',
3+
'description': 'Real Estate !',
4+
'version': '1.0',
5+
'summary': 'Track Real Estate',
6+
'website': 'https://www.odoo.com/app/realestate',
7+
'author': 'Odoo S.A.',
8+
'license': 'LGPL-3',
9+
'depends': [
10+
'base',
11+
]
12+
}

0 commit comments

Comments
 (0)