Skip to content

Commit 982f751

Browse files
mattosgoodjcha-odoo
authored andcommitted
[ADD] estate: initialize estate module with basic fields, models and views
- Added the estate property model with essential fields - Created basic views for the estate property
1 parent fbf9ee9 commit 982f751

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

estate/__init__.py

Whitespace-only changes.

estate/__manifest__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
'name': "Real Estate",
3+
'version': '1.0',
4+
'depends': ['base'],
5+
'author': "Author Name",
6+
'category': 'Category',
7+
'description': """
8+
Description text
9+
"""
10+
}

0 commit comments

Comments
 (0)