Skip to content

Commit 28b38fa

Browse files
[MIG] price_security_planned_price: Migration to 19.0
1 parent 406ca0f commit 28b38fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

price_security_planned_price/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
##############################################################################
2020
{
2121
"name": "Price Security with planned price",
22-
"version": "18.0.1.0.0",
22+
"version": "19.0.1.0.0",
2323
"category": "Sales Management",
2424
"author": "ADHOC SA",
2525
"website": "http://www.adhoc.com.ar/",
@@ -28,6 +28,6 @@
2828
"price_security",
2929
"product_planned_price",
3030
],
31-
"installable": False,
31+
"installable": True,
3232
"auto_install": True,
3333
}

0 commit comments

Comments
 (0)