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 6bdaa36 commit 742f050Copy full SHA for 742f050
estate/__init__.py
estate/__manifest__.py
@@ -0,0 +1,6 @@
1
+# -*- coding: utf-8 -*-
2
+{
3
+ 'name': 'Real Estate',
4
+ 'depends': ['base'],
5
+ 'application': True
6
+}
0 commit comments