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 2a4990cCopy full SHA for 2a4990c
estate/__init__.py
estate/__manifest__.py
@@ -0,0 +1,19 @@
1
+{
2
+ 'name': "Real Estate",
3
+ 'version': '1.0',
4
+ 'depends': ['base'],
5
+ 'author': "Darshil Naliyapara",
6
+ 'category': 'Category',
7
+ 'application': True,
8
+ 'description': """
9
+ Description text
10
+ """,
11
+ # data files always loaded at installation
12
+ 'data': [
13
+ 'views/mymodule_view.xml',
14
+ ],
15
+ # data files containing optionally loaded demonstration data
16
+ 'demo': [
17
+ 'demo/demo_data.xml',
18
19
+}
0 commit comments