We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68a192 commit ad5722cCopy full SHA for ad5722c
estate/__init__.py
@@ -0,0 +1,2 @@
1
+# -*- coding: utf-8 -*-
2
+from . import models
estate/__manifest__.py
@@ -0,0 +1,13 @@
+{
3
+ 'name': "Real Estate",
4
+ 'summary': """
5
+ Testing the real estate module
6
+ """,
7
+
8
+ 'description': """
9
+ Testing the description real estate module
10
11
+ 'application': True,
12
+ 'depends': ['base']
13
+}
0 commit comments