We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406ca0f commit 28b38faCopy full SHA for 28b38fa
price_security_planned_price/__manifest__.py
@@ -19,7 +19,7 @@
19
##############################################################################
20
{
21
"name": "Price Security with planned price",
22
- "version": "18.0.1.0.0",
+ "version": "19.0.1.0.0",
23
"category": "Sales Management",
24
"author": "ADHOC SA",
25
"website": "http://www.adhoc.com.ar/",
@@ -28,6 +28,6 @@
28
"price_security",
29
"product_planned_price",
30
],
31
- "installable": False,
+ "installable": True,
32
"auto_install": True,
33
}
0 commit comments