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 8eebe88 commit 491e239Copy full SHA for 491e239
estate/__manifest__.py
@@ -8,6 +8,7 @@
8
'description': """
9
Testing the description real estate module
10
""",
11
+ 'depends': ['base'],
12
'application': True,
- 'depends': ['base']
13
+ 'installable': True,
14
}
0 commit comments