We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1611a0 commit 84694e3Copy full SHA for 84694e3
1 file changed
partner_sales_abc/__manifest__.py
@@ -19,7 +19,7 @@
19
##############################################################################
20
{
21
"name": "Partner Sales ABC",
22
- "version": "18.0.1.0.0",
+ "version": "19.0.1.0.0",
23
"website": "www.adhoc.com.ar",
24
"author": "ADHOC SA",
25
"license": "AGPL-3",
@@ -31,7 +31,7 @@
31
"views/partner_view.xml",
32
],
33
"test": [],
34
- "installable": False,
+ "installable": True,
35
"auto_install": False,
36
"application": False,
37
}
0 commit comments